Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.DataBinding Namespace / DataSet Class / RowFilter Property

In This Topic
    RowFilter Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Property RowFilter As String
    public string RowFilter {get; set;}
    See Also