DataPA Enterprise Dashboard Controls API Reference
Gets the cube that represents data for a pivot table.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public CubeDataRenderer Cube { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Cube As CubeDataRenderer
Get |
| Visual C++ |
|---|
public:
virtual property CubeDataRenderer^ Cube {
CubeDataRenderer^ get () sealed;
} |
Property Value
Type:
CubeDataRendererThe cube that represents data for a pivot table.
Return Value
Type:
CubeDataRendererThe cube that represents data for a pivot table.
Remarks
See Also