ParameterBinding Properties
Enables you to pass the value of a report parameter to a subreport placed in a another report.| Name | Description |
|---|---|
| DataMember | Specifies the data member to which a bound data field belongs. Inherited from ParameterBindingBase. |
| DataSource | Specifies the data source to which a bound data field belongs. Inherited from ParameterBindingBase. |
| IsEmpty | Specifies whether a parameter is empty. Inherited from ParameterBindingBase. |
| Parameter | Specifies the report parameter to which a control parameter is bound. Inherited from ParameterBindingBase. |
| ParameterName | Specifies the parameter name. |
See Also