Gets or sets the author of a document.

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

Syntax

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

See Also