DataPA Enterprise Dashboard Controls API Reference
Gets the source data table that will be used to calculate the summary data.

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

Syntax

C#
public DataTable SourceDataTable { get; }
Visual Basic
Public ReadOnly Property SourceDataTable As DataTable
	Get
Visual C++
public:
virtual property DataTable^ SourceDataTable {
	DataTable^ get () sealed;
}

Return Value

Type: DataTable
The source data table that will be used to calculate the summary data.

Remarks