Selerix Developer Tools
AvalableColumnsXML Property






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

Reference

ExportReportConfigControlData Class
ExportReportConfigControlData Members