[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Grouping.Label

Label Property

Label

Gets or sets a label to identify an instance of the group within the client UI, providing a user-friendly label for searching.

Declaration
public ExpressionInfo Label { get; set; }
Property Value
Type Description
ExpressionInfo

An ExpressionInfo object representing label to identify an instance of the group within the client UI.

Examples
Grouping group = new Grouping();
group.Label = ExpressionInfo.FromString("GroupLabel");