Version

GenerateInitialCube Method

Generates Infragistics.Olap.Data.ICube that can be passed to Cube property in order this cube to be loaded as default cube.
Syntax
'Declaration
 
Public Shared Function GenerateInitialCube( _
   ByVal cubeName As String _
) As ICube
public static ICube GenerateInitialCube( 
   string cubeName
)

Parameters

cubeName
The name of the cube on server.

Return Value

Infragistics.Olap.Data.ICube that is used for initial cube loading from server.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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