ActiveReports 8
ParameterValueCollection Constructor(Boolean)
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterValueCollection Class > ParameterValueCollection Constructor : ParameterValueCollection Constructor(Boolean)

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

Glossary Item Box

Creates a new instance of ParameterValueCollection class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal multiValue As System.Boolean _
)
C# 
public ParameterValueCollection( 
   System.bool multiValue
)

Parameters

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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also