ActiveReports.Web Request technical support
HideToolbar Property
See Also 


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

Syntax

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

See Also