Skip to main content

ParameterBinding(String, Object, String) Constructor

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

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public ParameterBinding(
    string parameterName,
    object dataSource,
    string dataMember
)

Parameters

Name Type Description
parameterName String

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

dataSource Object

A Object value. To use the report’s data source, set this value to null (Nothing in Visual Basic). This value is assigned to the DataSource property.

dataMember String

A String value, specifying the data member. This value is assigned to the DataMember property.

See Also