DashboardObjectSourceDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets a raw System.Data.DataTable from the query used to build the summary data for the chart.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable SourceDataTable { get; }
Public ReadOnly Property SourceDataTable As DataTable
Get
public:
virtual property DataTable^ SourceDataTable {
DataTable^ get () sealed;
}
function get_SourceDataTable();
Return Value
Type:
DataTableThe raw System.Data.DataTable from the query used to build the summary data for the chart.
Implements
DrillDownParentSourceDataTableRemarks See Also