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)
Syntaxpublic static GroupingElementData CreateGroupingElementData(
GroupingElement groupingElement
)
Public Shared Function CreateGroupingElementData (
groupingElement As GroupingElement
) As GroupingElementData
public:
static GroupingElementData^ CreateGroupingElementData(
GroupingElement^ groupingElement
)
static member CreateGroupingElementData :
groupingElement : GroupingElement -> GroupingElementData
Parameters
- groupingElement
- Type: Dundas.BI.Entities.ViewsGroupingElement
The grouping element.
Return Value
Type:
GroupingElementDataA grouping element DTO.
See Also