DataPA Enterprise Dashboard Controls API Reference
Gets the cube that represents data for a pivot table.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: CubeDataRenderer
The cube that represents data for a pivot table.

Return Value

Type: CubeDataRenderer
The cube that represents data for a pivot table.

Remarks