Selerix Developer Tools
ReportTemplateGuid Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ExternalTemplateRequest Class : ReportTemplateGuid Property
Gets or sets the report template GUID.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property ReportTemplateGuid As Guid
'Usage
 
Dim instance As ExternalTemplateRequest
Dim value As Guid
 
instance.ReportTemplateGuid = value
 
value = instance.ReportTemplateGuid
[XmlAttribute()]
public Guid ReportTemplateGuid {get; set;}
public read-write property ReportTemplateGuid: Guid; 
XmlAttributeAttribute()
public function get,set ReportTemplateGuid : Guid
[XmlAttribute()]
public: __property Guid get_ReportTemplateGuid();
public: __property void set_ReportTemplateGuid( 
   Guid value
);
[XmlAttribute()]
public:
property Guid ReportTemplateGuid {
   Guid get();
   void set (    Guid value);
}

Property Value

The report template GUID.
See Also

Reference

ExternalTemplateRequest Class
ExternalTemplateRequest Members