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

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

    Property Value

    A System.String value containing the description of the report.
    Example
    Report report = new Report();
    report.Description = "Your favorite report.";
    See Also