Class Filter
Contains a list of filters that restrict rows of data in a dataset or data region, or restrict group instances in a grouping.
Inheritance
System.Object
Filter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class Filter
Constructors
Filter()
Declaration
public Filter()
Filter(ReportSerializer)
Declaration
public Filter(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
FilterExpression
Declaration
public string FilterExpression { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterValues
Declaration
public FilterValues FilterValues { get; set; }
Property Value
Type | Description |
---|---|
FilterValues |
Operator
Declaration
public FilterOperators Operator { get; set; }
Property Value
Type | Description |
---|---|
FilterOperators |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |