Gets or sets the subject of the report.

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

Syntax

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

See Also