ComponentOne ReportViewer for ASP.NET Web Forms
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 System.String
    public System.string RowFilter {get; set;}
    See Also