ActiveReports Developer 7
PdfExportOptions Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web Namespace > WebViewer Class : PdfExportOptions Property

Glossary Item Box

Returns a PdfExportOptions object to set PDF-specific properties when you use the PDF ViewerType in the WebViewer control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property PdfExportOptions As PdfExportOptions
C# 
public PdfExportOptions PdfExportOptions {get;}

See Also