ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web.ExportOptions Namespace / PdfExportOptions Class / HideMenubar Property

In This Topic
    HideMenubar Property (PdfExportOptions)
    In This Topic
    Specifies if the export should use the hideMenubar flag when using the PDF Viewer type.
    Syntax
    'Declaration
     
    Public Property HideMenubar As Boolean
    public bool HideMenubar {get; set;}

    Property Value

    A System.Boolean value. true if the PDF should use the HideMenubar flag; otherwise, false.
    See Also