[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ReportsCore.Data.DataProviders.DataParameter.-ctor

DataParameter Constructor

DataParameter()

Initializes a new instance of the DataParameter class.

Declaration
public DataParameter()
Remarks

Parameterless constructor required for JSON deserialization (in VQD).

DataParameter(string, object)

Initializes a new instance of the DataParameter class.

Declaration
public DataParameter(string parameterName, object value)
Parameters
Type Name Description
string parameterName

The name of the parameter

object value

The value of the parameter