FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / AllowedValuesDefinition Class / Binding Property

In This Topic
    Binding Property
    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