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

Glossary Item Box

Specifies if the export should include the CenterWindow flag in the PDF document when using the PDF Viewer type.

Syntax

Visual Basic (Declaration) 
Public Property CenterWindow As System.Boolean
C# 
public System.bool CenterWindow {get; set;}

See Also