DataPA Enterprise Dashboard Controls API Reference
Gets and sets the intermediate summarised data table

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public DataTable DataTable { get; set; }
Visual Basic
Public Property DataTable As DataTable
	Get
	Set
Visual C++
public:
virtual property DataTable^ DataTable {
	DataTable^ get () sealed;
	void set (DataTable^ value) sealed;
}

Property Value

Type: DataTable
The intermediate summarised data table

Return Value

Type: DataTable
The intermediate summarised data table

Implements

SummaryDataProvider..::.._SummaryDataProvider..::..DataTable

Remarks