ActiveReports Developer 7
ParameterValue Constructor(ParameterValue)
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterValue Class > ParameterValue Constructor : ParameterValue Constructor(ParameterValue)

p
Parameter object to initialize with.

Glossary Item Box

Creates a copy of the ParameterValue parameter.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal p As ParameterValue _
)
C# 
public ParameterValue( 
   ParameterValue p
)

Parameters

p
Parameter object to initialize with.

See Also