ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Grouping Class / Label Property

In This Topic
    Label Property (Grouping)
    In This Topic

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

    Syntax
    'Declaration
     
    Public Property Label As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo Label {get; set;}

    Property Value

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

    See Also