FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / AllowedValuesDefinition Class / Binding Property

In This Topic
    Binding Property (AllowedValuesDefinition)
    In This Topic
    Gets a BoundLabeledValues defining the list of allowed values for report parameter on the base of data source binding, this property is ignored if Values collection is not empty.
    Syntax
    'Declaration
     
    Public ReadOnly Property Binding As BoundLabeledValues
    public BoundLabeledValues Binding {get;}
    See Also