ActiveReports Developer 7
HideMenubar Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : HideMenubar Property

Glossary Item Box

True to hide the viewer application’s menu bar when the document is active. Default value: false.

Syntax

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

See Also