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

Glossary Item Box

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

Syntax

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

See Also