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


In This Topic
    Filter Class Members
    In This Topic

    The following tables list the members exposed by Filter.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Filter class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets an expression that is evaluated for each instance within the group or each row of the data set or data region and compared (via the Operator) to the Values. Failed comparisons result in the row/instance being filtered out of the data set, data region or group.  
    Public PropertyGets or sets the operator used to compare the Expression and Values.  
    Public PropertyGets Filters collection containing this object.  
    Public PropertyGets 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.)  
    Top
    Public Methods
     NameDescription
    Public MethodCopies properties from another Filter to the current object. Expression and Values are copied by reference.  
    Top
    See Also