GroupingElementFactoryCreateGroupingElementData Method

Creates the grouping element data.

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 GroupingElementData CreateGroupingElementData(
	GroupingElement groupingElement
)

Parameters

groupingElement
Type: Dundas.BI.Entities.ViewsGroupingElement
The grouping element.

Return Value

Type: GroupingElementData
A grouping element DTO.
See Also