ParameterBindingBase Constructors
A base class for parameters of report controls.Name | Parameters | Description |
---|---|---|
ParameterBindingBase() | none | Initializes a new instance of the ParameterBindingBase class with the default settings. |
ParameterBindingBase(Parameter) | reportParameter | Initializes a new instance of the XRControlParameter class with the specified settings. |
ParameterBindingBase(Object, String) | dataSource, dataMember | Initializes a new instance of the ParameterBindingBase class with the specified settings. |
See Also