Gets or sets the name of the person that created the report.

Namespace:  C1.C1Report
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[DefaultValueAttribute("")]
public string Author { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
Public Property Author As String
	Get
	Set

See Also