ActiveReports Developer 7
ReportSettingsVisible Property
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.ReportExplorer Namespace > ReportExplorer Class : ReportSettingsVisible Property

Glossary Item Box

Gets or sets a value indicating whether the Report Settings window is visible.

Syntax

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

Property Value

Boolean value. If True, the Report Settings window is visible. If False, the window cannot be seen by the end user.

See Also