Skip to main content
A newer version of this page is available. .

ParameterBinding(String, Parameter) Constructor

Initializes a new instance of the ParameterBinding class with the specified parameter settings.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ParameterBinding(
    string parameterName,
    Parameter parameter
)

Parameters

Name Type Description
parameterName String

A String value, specifying the report parameter name. This value is assigned to the ParameterBinding.ParameterName property.

parameter Parameter

A Parameter object. This value is assigned to the ParameterBinding.Parameter property.

See Also