DataPA Enterprise Dashboard Controls API Reference
Gets the filtered source data generated by this drill down object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DataTable FilteredSourceDataTable { get; } |
Visual Basic |
---|
Public ReadOnly Property FilteredSourceDataTable As DataTable
Get |
Visual C++ |
---|
public:
property DataTable^ FilteredSourceDataTable {
DataTable^ get ();
} |
Return Value
Type:
DataTableThe filtered source data generated by this drill down object.
Remarks
See Also