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

Glossary Item Box

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

Syntax

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

See Also