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

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

    Property Value

    A System.String value indicating the description of the property.
    See Also