DataPA Enterprise Dashboard Controls API Reference
Gets the resulting cubed data table.

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

Syntax

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

Property Value

Type: DataTable
The resulting cubed data table.

Return Value

Type: DataTable
The resulting cubed data table.

Remarks