Selerix Developer Tools
ReportType Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ExportReportConfigControlData Class : ReportType Property
Report type.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Property ReportType As String
'Usage
 
Dim instance As ExportReportConfigControlData
Dim value As String
 
instance.ReportType = value
 
value = instance.ReportType
[XmlElement()]
public string ReportType {get; set;}
public read-write property ReportType: String; 
XmlElementAttribute()
public function get,set ReportType : String
[XmlElement()]
public: __property string* get_ReportType();
public: __property void set_ReportType( 
   string* value
);
[XmlElement()]
public:
property String^ ReportType {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

ExportReportConfigControlData Class
ExportReportConfigControlData Members