FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport 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