ActiveReports.Web Request technical support
Subject Property
See Also 


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

Syntax

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

See Also