[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ParameterValue.-ctor

ParameterValue Constructor

ParameterValue()

Initializes a new instance of the ParameterValue class.

Declaration
public ParameterValue()

ParameterValue(Parameter)

Initializes a new instance of the ParameterValue class based on the specified Parameter.

Declaration
public ParameterValue(Parameter parameter)
Parameters
Type Name Description
Parameter parameter

The Parameter used to initialize the value context.

Exceptions
Type Condition
ArgumentNullException

Thrown when parameter is null.