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

Glossary Item Box

Gets or sets a value indicating whether the end user may modify parameters.

Syntax

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

Property Value

Boolean value. If True, the parameters may be modified. If False, the parameters cannot be modified.

See Also