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

In This Topic
    DisplayName Property (ReportPartProperty)
    In This Topic
    Gets or sets the display name of the property.
    Syntax
    'Declaration
     
    Public Property DisplayName As String
    public string DisplayName {get; set;}

    Property Value

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