DrillDownDrillDownData Property |
|
DataPA OpenAnalytics API Reference
Gets the drill down data generated by this drill down object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable DrillDownData { get; }
Public ReadOnly Property DrillDownData As DataTable
Get
public:
property DataTable^ DrillDownData {
DataTable^ get ();
}
function get_DrillDownData();
Return Value
Type:
DataTableThe drill down data generated by this drill down object.
Remarks See Also