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

In This Topic
    DisplayName Property (ReportSection)
    In This Topic
    Gets or sets a display name of the report section. This name is visible to the user, such as in a tab page title in a dashboard viewer.
    Syntax
    'Declaration
     
    Public Property DisplayName As ExpressionInfo
    public ExpressionInfo DisplayName {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the display name of the report section.
    Remarks
    This property is obsolete. Use Label instead.
    See Also