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

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

    Property Value

    A System.String value indicating the author of the report.
    Example
    Report report = new Report();
    report.Author = "Your Author";
    See Also