ActiveReports Developer 7
Parameter Class Members
See Also  Properties 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace : Parameter Class

Glossary Item Box

The following tables list the members exposed by Parameter.

Public Properties

 NameDescription
Public PropertyAllowBlankIndicates whether an empty string is a valid value for this parameter.  
Public PropertyCurrentValueGets or sets the current value of the Parameter.  
Public PropertyDataTypeThe data type of the parameter.  
Public PropertyDefaultValuesThe default value or values (if this parameter is a MultiValue parameter) to use for the parameter.  
Public PropertyDependentParametersReturns Parameter objects that cannot be evaluated until this Parameter is evaluated.  
Public PropertyErrorMessageGets the error message associated with this parameter.  
Public PropertyHiddenIndicates the parameter should not be displayed to the user.  
Public PropertyLabelGets or sets the label of the current value of the Parameter.  
Public PropertyLabelsArrayReturns an object array of all the Values.Label for this parameter. Mainly for use with Multivalue parameters.  
Public PropertyMultilineIndicates whether the parameter value supposes to be multiline.  
Public PropertyMultiValueIndicates if this parameter accepts multiple values.  
Public PropertyNameName of the parameter (This name can be used by expressions to refer to this parameter).  
Public PropertyNullableIndicates the value for this parameter is allowed to be Null.  
Public PropertyPromptThe text to display to a user when prompting the a for the parameter's value.  
Public PropertyPromptUserIndicates if the user should be prompted for this parameter's value.  
Public PropertyQueryParameterIndicates whether the parameter is used in a query.  
Public PropertyStateSpecifies the current state of this parameter.  
Public PropertyValidValuesThe ordered list of possible values for this parameter.  
Public PropertyValuesGets the Values collection for this parameter. Used for Multivalue parameters.  
Public PropertyValuesArrayReturns an object array of all the Values.Value for this parameter. Mainly for use with Multivalue parameters.  
Top

See Also