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

In This Topic
    DisplayName Property (ReportSection)
    In This Topic
    The section name to be visible for the user (e.g. as a tab page title in dashboard viewer).
    Syntax
    'Declaration
     
    Public Property DisplayName As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo DisplayName {get; set;}
    See Also