ReportDataSource Property |
Report data source. If specified should be based on the query in Query_Name. null means that the report is based directly on the query. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Reporting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DataSource DataSource { get; set; }
Public Property DataSource As DataSource
Get
Set
public:
property DataSource^ DataSource {
DataSource^ get ();
void set (DataSource^ value);
}
member DataSource : DataSource with get, set
Property Value
Type:
DataSource
See Also