Selerix Developer Tools
DataSourcePath Property (ReportDataSourceItem)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportDataSourceItem Class : DataSourcePath Property
Gets or sets the data source path.
Syntax
'Declaration
 
<XmlElementAttribute("DataSourcePath")>
Public Property DataSourcePath As String
'Usage
 
Dim instance As ReportDataSourceItem
Dim value As String
 
instance.DataSourcePath = value
 
value = instance.DataSourcePath
[XmlElement("DataSourcePath")]
public string DataSourcePath {get; set;}
public read-write property DataSourcePath: String; 
XmlElementAttribute("DataSourcePath")
public function get,set DataSourcePath : String
[XmlElement("DataSourcePath")]
public: __property string* get_DataSourcePath();
public: __property void set_DataSourcePath( 
   string* value
);
[XmlElement("DataSourcePath")]
public:
property String^ DataSourcePath {
   String^ get();
   void set (    String^ value);
}

Property Value

The data source path.
See Also

Reference

ReportDataSourceItem Class
ReportDataSourceItem Members