ActiveReports 13
Visible Property (Viewer)

GrapeCity.ActiveReports.Viewer.Win Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > Viewer Class : Visible Property
Gets or sets a value indicating whether the control and all its child controls are displayed.
Syntax
'Declaration
 
Public Property Visible As Boolean
public bool Visible {get; set;}

Property Value

true if the control and all its child controls are displayed; otherwise, false. The default is true.
See Also

Reference

Viewer Class
Viewer Members