ActiveReports Developer 7
Author Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : Author Property

Glossary Item Box

Gets or sets a value indicating the author of the report.

Syntax

Visual Basic (Declaration) 
Public Property Author As System.String
C# 
public System.string Author {get; set;}

Property Value

A System.String indicating the author of the report.

See Also