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