[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Report.Author

Author Property

Author

Gets or sets a author of the report.

Declaration
public string Author { get; set; }
Property Value
Type Description
string

A string value indicating the author of the report.

Examples
Report report = new Report();
report.Author = "Your Author";