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

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

Syntax

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

See Also