SummaryDataProviderSourceDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets the source data table prepared for summary
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable SourceDataTable { get; set; }
Public Property SourceDataTable As DataTable
Get
Set
public:
virtual property DataTable^ SourceDataTable {
DataTable^ get () sealed;
void set (DataTable^ value) sealed;
}
function get_SourceDataTable();
function set_SourceDataTable(value);
Property Value
Type:
DataTableThe source data table prepared for summary
Return Value
Type:
DataTableThe source data table prepared for summary
Remarks See Also