ActiveReports.Web Request technical support
Title Property
See Also 


Specifies the Title the export will use when using the PDF Viewer type.

Syntax

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

See Also