Version

GenerateInitialMeasureGroup Method

Generates Infragistics.Olap.Data.IMeasureGroup that can be passed to MeasureGroup property in order this measure group to be loaded as default measure group.
Syntax
'Declaration
 
Public Shared Function GenerateInitialMeasureGroup( _
   ByVal measureName As String _
) As IMeasureGroup
public static IMeasureGroup GenerateInitialMeasureGroup( 
   string measureName
)

Parameters

measureName
The name of the measure group on server.

Return Value

Infragistics.Olap.Data.IMeasureGroup that is used as default measure group.
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