Version

Cube Property (OlapDataSource)

Returns the currently selected Cube, or null if no cube is selected.
Syntax
'Declaration
 
Public ReadOnly Property Cube As Infragistics.Olap.Core.Data.Cube
public Infragistics.Olap.Core.Data.Cube Cube {get;}
Remarks

The current cube can be changed by calling the SetCubeAsync method.

Setting the current cube is an asynchronous operation; as such this property will not return a valid value until the SetCubeAsyncCompleted event has occurred.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also