ActiveReports 12
Parameter Class Members
Properties  Methods 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace : Parameter Class

The following tables list the members exposed by Parameter.

Public Properties
 NameDescription
Public PropertyIndicates whether an empty string is a valid value for this parameter.  
Public PropertyGets or sets the current value of the Parameter.  
Public PropertyThe data type of the parameter.  
Public PropertyIndicates whether the user should be prompted for both date and time or only the date. Applicable to DateTime parameters.  
Public PropertyThe default value or values (if this parameter is a MultiValue parameter) to use for the parameter.  
Public PropertyGets whether this parameter has valid values defined in the report definition.  
Public PropertyReturns Parameter objects that cannot be evaluated until this Parameter is evaluated.  
Public PropertyGets the error message associated with this parameter.  
Public PropertyIndicates the parameter should not be displayed to the user.  
Public PropertyGets or sets the label of the current value of the Parameter.  
Public PropertyReturns an object array of all the Values.Label for this parameter. Mainly for use with Multivalue parameters.  
Public PropertyIndicates whether the parameter value supposes to be multiline.  
Public PropertyIndicates if this parameter accepts multiple values.  
Public PropertyName of the parameter (This name can be used by expressions to refer to this parameter).  
Public PropertyIndicates the value for this parameter is allowed to be Null.  
Public PropertyThe text to display to a user when prompting the a for the parameter's value.  
Public PropertyIndicates if the user should be prompted for this parameter's value.  
Public PropertyIndicates whether the parameter is used in a query.  
Public PropertyIf not empty, determines the value which will be passed in parameter value if "Select All" flag was set for multivalue parameter.  
Public PropertySpecifies the current state of this parameter.  
Public PropertyGets the error message associated with this parameter.  
Public PropertyThe ordered list of possible values for this parameter.  
Public PropertyGets the Values collection for this parameter. Used for Multivalue parameters.  
Public PropertyReturns an object array of all the Values.Value for this parameter. Mainly for use with Multivalue parameters.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates new instance of Parameter with specified properties.  
Top
See Also

Reference

Parameter Class
GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace