Skip to main content

IAddGroupingLevelPageView.SetActiveGroupingLevel(GroupingLevelInfo) Method

If implemented, changes the active record in the list of grouping levels.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

void SetActiveGroupingLevel(
    GroupingLevelInfo groupingLevel
)

Parameters

Name Type Description
groupingLevel GroupingLevelInfo

A GroupingLevelInfo object.

See Also