ParameterBinding(String, Parameter) Constructor
Initializes a new instance of the ParameterBinding class with the specified parameter settings.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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 Parameter property. |
See Also