Skip to main content
All docs
V25.1
  • XRControlParameter Properties

    A control’s parameter that enables you to pass values outside the control’s data source.
    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.
    Name Specifies the parameter name.
    Parameter Specifies the report parameter to which a control parameter is bound. Inherited from ParameterBindingBase.
    See Also