ActiveReports 12
ParameterValueCollection Constructor(Boolean)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterValueCollection Class > ParameterValueCollection Constructor : ParameterValueCollection Constructor(Boolean)
Indicates whether the parameter value may include more than one value.
Creates a new instance of ParameterValueCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal multiValue As Boolean _
)
public ParameterValueCollection( 
   bool multiValue
)

Parameters

multiValue
Indicates whether the parameter value may include more than one value.
See Also

Reference

ParameterValueCollection Class
ParameterValueCollection Members
Overload List