ActiveReports.Web Request technical support
Author Property
See Also 


Specifies the Author of the PDF when using the PDF Viewer type.

Syntax

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

See Also