Selerix Developer Tools
SelectedTabIndex Property






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

Reference

ExportReportConfigControlData Class
ExportReportConfigControlData Members