SummaryDataProviderDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the intermediate summarised data table
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable DataTable { get; set; }
Public Property DataTable As DataTable
Get
Set
public:
virtual property DataTable^ DataTable {
DataTable^ get () sealed;
void set (DataTable^ value) sealed;
}
function get_DataTable();
function set_DataTable(value);
Property Value
Type:
DataTableThe intermediate summarised data table
Return Value
Type:
DataTableThe intermediate summarised data table
Remarks See Also