Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Filter Class / Values Property

In This Topic
    Values Property (Filter)
    In This Topic
    Gets the values to compare to the 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 Values are treated as a set (if the Expression value appears anywhere in the set of Values, the instance is not filtered out.)
    Syntax
    'Declaration
     
    Public ReadOnly Property Values As Values
    public Values Values {get;}
    See Also