DataPA Enterprise Dashboard Controls API Reference
Gets the source data table prepared for summary
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DataTable SourceDataTable { get; set; } |
Visual Basic |
---|
Public Property SourceDataTable As DataTable
Get
Set |
Visual C++ |
---|
public:
virtual property DataTable^ SourceDataTable {
DataTable^ get () sealed;
void set (DataTable^ value) sealed;
} |
Property Value
Type:
DataTableThe source data table prepared for summary
Return Value
Type:
DataTableThe source data table prepared for summary
Implements
SummaryDataProvider..::.._SummaryDataProvider..::..SourceDataTableRemarks
See Also