ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / Filter Class / Values Property

In This Topic
    Values Property (Filter)
    In This Topic
    Gets the values to compare to the Filter.Expression. For Equal, Like, NotEqual, GreaterThan, GreaterThanOrEqual, LessThan, LessThanOrEqual, TopN, BottomN, TopPercent and BottomPercent, there must be exactly one FilterValue. For TopN and BottomN, the FilterValue expression must evaluate to an integer. For TopPercent and BottomPercent, the FilterValue expression must evaluate to an integer or float. For Between, there must be exactly two FilterValue elements. For In, the Filter.Values are treated as a set (if the Filter.Expression value appears anywhere in the set of Filter.Values, the instance is not filtered out.)
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As Values
    public Values Values {get;}
    See Also