CubeDataRendererTargetDataTable Property |
|
DataPA OpenAnalytics API Reference
Gets the resulting cubed data table.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DataTable TargetDataTable { get; }
Public ReadOnly Property TargetDataTable As DataTable
Get
public:
virtual property DataTable^ TargetDataTable {
DataTable^ get () sealed;
}
function get_TargetDataTable();
Property Value
Type:
DataTableThe resulting cubed data table.
Return Value
Type:
DataTableThe resulting cubed data table.
Remarks See Also