ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / Author Property

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