Gets or sets the expression used to filter which data rows are included in the current data set. This property is be assigned to the RowFilter property of the underlying DataTable object.

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

Syntax

C#
public string RowFilter { get; set; }
Visual Basic
Public Property RowFilter As String
	Get
	Set

See Also