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

Glossary Item Box

Specifies if the export should use the HideWindowUI flag when using the PDF Viewer type.

Syntax

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

See Also