ActiveReports.Web Request technical support
HideMenubar Property
See Also 


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

Syntax

Visual Basic (Declaration) 
Public Property HideMenubar As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PdfExportOptions
Dim value As Boolean
 
instance.HideMenubar = value
 
value = instance.HideMenubar
C# 
public bool HideMenubar {get; set;}

See Also