Gets the collection of Expression objects applied to the fetched records to filter them for the current data set.

Namespace:  C1.C1Preview.DataBinding
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public ExpressionCollection Filters { get; }
Visual Basic
Public ReadOnly Property Filters As ExpressionCollection
	Get

See Also