GroupingElementFactoryCreateGroupingElement Method

Creates the grouping element.

Namespace:  Dundas.BI.WebApi.Utilities
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static GroupingElement CreateGroupingElement(
	GroupingElementData groupingElementData
)

Parameters

groupingElementData
Type: Dundas.BI.WebApi.ModelsGroupingElementData
The grouping element data.

Return Value

Type: GroupingElement
The (derived) grouping element.
See Also