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)
Syntaxpublic static GroupingElement CreateGroupingElement(
GroupingElementData groupingElementData
)
Public Shared Function CreateGroupingElement (
groupingElementData As GroupingElementData
) As GroupingElement
public:
static GroupingElement^ CreateGroupingElement(
GroupingElementData^ groupingElementData
)
static member CreateGroupingElement :
groupingElementData : GroupingElementData -> GroupingElement
Parameters
- groupingElementData
- Type: Dundas.BI.WebApi.ModelsGroupingElementData
The grouping element data.
Return Value
Type:
GroupingElementThe (derived) grouping element.
See Also