Gets or sets the title of the report.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute("")] public string Title { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute("")> _ Public Property Title As String Get Set |