Filter Members
Include Protected Members
Include Inherited Members
Contains a list of filters that restrict rows of data in a dataset or data region, or restrict group instances in a grouping.
The Filter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Filter() | Initializes a new instance of the Filter class. | |
Filter(IPropertyStore) | Initializes a new instance of the Filter class. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
FilterExpression | Contains an expression that is evaluated for each row of data or group and compared to a filter value. | |
FilterValues | Contains a collection of values to compare to the filter expression. | |
Operator | Specifies the operator to use to compare the values in the FilterExpression and FilterValues properties. | |
Parent | The parent of this report object. (Inherited from ReportObjectBase.) | |
PropertyStore | The property store. (Inherited from ReportObjectBase.) | |
Site | Infrastructure. (Inherited from ReportObject.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IDisposable.Dispose() | (Inherited from ReportObject.) | |
IComponent.Disposed | (Inherited from ReportObject.) |
Top