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

In This Topic
    DisplayName Property (ReportPart)
    In This Topic
    Gets or sets the name of the report part visible in the designer.
    Syntax
    'Declaration
     
    Public Property DisplayName As String
    public string DisplayName {get; set;}

    Property Value

    A System.String value indicating the display name of the report part.
    See Also