ActiveReports.Web Request technical support
Title Property
See Also 


Specifies the text used in the HTML tags of the exported document when using an HTML viewer type.

Syntax

Visual Basic (Declaration) 
Public Property Title As String
Visual Basic (Usage)Copy Code
Dim instance As HtmlExportOptions
Dim value As String
 
instance.Title = value
 
value = instance.Title
C# 
public string Title {get; set;}

See Also