DataPA Enterprise Dashboard Controls API Reference
Gets the calculated summary data table.

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

Syntax

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

Property Value

Type: DataTable
The calculated summary data table.

Return Value

Type: DataTable
The calculated summary data table.

Remarks