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

In This Topic
    Label Property (ReportSection)
    In This Topic
    Gets or sets a label to identify an instance of a report section within the client UI (to provide a user-friendly label in the Document Map or in Dashboard tabs).
    Syntax
    'Declaration
     
    Public Property Label As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo Label {get; set;}
    See Also