ControlPanelObjectSourceDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets the source data table that is used to build a controls contents
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable SourceDataTable { get; }
Public ReadOnly Property SourceDataTable As DataTable
Get
public:
virtual property DataTable^ SourceDataTable {
DataTable^ get () sealed;
}
function get_SourceDataTable();
Property Value
Type:
DataTableThe source data table that is used to build a controls contents
Return Value
Type:
DataTableThe source data table that is used to build a controls contents
Remarks See Also