DataPA Enterprise Dashboard Controls API Reference
Gets the drill down data generated by this drill down object.

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

Syntax

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

Return Value

Type: DataTable
The drill down data generated by this drill down object.

Remarks