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

Glossary Item Box

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

Syntax

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

See Also