ParameterBinding Constructors
Enables you to pass the value of a report parameter to a subreport placed in a another report.Name | Parameters | Description |
---|---|---|
ParameterBinding() | none | Initializes a new instance of the ParameterBinding class with the default settings. |
ParameterBinding(String, Parameter) | parameterName, parameter | Initializes a new instance of the ParameterBinding class with the specified parameter settings. |
ParameterBinding(String, Object, String) | parameterName, dataSource, dataMember | Initializes a new instance of the ParameterBinding class with the specified parameter settings. |
See Also