ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItem Class / Label Property

In This Topic
    Label Property (ReportItem)
    In This Topic

    Gets or sets a label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching or to appear in the Document Map).

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

    Property Value

    An ExpressionInfo object containing a label to identify an instance of a report item within the client UI.

    Remarks

    Hierarchical listings of report items and group labels within the UI (the Document Map) reflect the object containment hierarchy in the report definition. Peer items are listed in left-to-right, top-to-bottom order.

    If the expression returns null, no item is addded to the Document Map.

    Labels are not used for report items in the page header or footer.

    See Also