Class Filter
Map Appearance Rule Data
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.EJ.ReportViewer.JsonModel
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class Filter : IReportDispose, IDisposable
Constructors
Filter()
Declaration
public Filter()
Properties
FilterExpression
Declaration
public string FilterExpression { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterValues
Declaration
public List<FilterValue> FilterValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FilterValue> |
Operator
Declaration
public FilterOperators Operator { get; set; }
Property Value
Type | Description |
---|---|
FilterOperators |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable