Selerix Developer Tools
ExternalTemplate Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportTemplate Class : ExternalTemplate Property
Gets or sets the external template.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Overridable Property ExternalTemplate As String
'Usage
 
Dim instance As ReportTemplate
Dim value As String
 
instance.ExternalTemplate = value
 
value = instance.ExternalTemplate
[XmlElement()]
public virtual string ExternalTemplate {get; set;}
public read-write property ExternalTemplate: String; virtual; 
XmlElementAttribute()
public function get,set ExternalTemplate : String
[XmlElement()]
public: __property virtual string* get_ExternalTemplate();
public: __property virtual void set_ExternalTemplate( 
   string* value
);
[XmlElement()]
public:
virtual property String^ ExternalTemplate {
   String^ get();
   void set (    String^ value);
}

Property Value

The external template.
See Also

Reference

ReportTemplate Class
ReportTemplate Members