DataPA Enterprise Dashboard Controls API Reference
Gets the source data table this cube was built from.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DataTable SourceDataTable { get; } |
Visual Basic |
---|
Public ReadOnly Property SourceDataTable As DataTable
Get |
Visual C++ |
---|
public:
virtual property DataTable^ SourceDataTable {
DataTable^ get () sealed;
} |
Property Value
Type:
DataTableThe source data table this cube was built from.
Return Value
Type:
DataTableThe source data table this cube was built from.
Remarks
See Also