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

In This Topic
    Values Property
    In This Topic
    Gets a ReportLabeledValues collection defining list of allowed values for report parameter, if this collection contains the items then Binding property is ignored.
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As ReportLabeledValues
    public ReportLabeledValues Values {get;}
    See Also