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