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

In This Topic
    Filters Property (DataSet)
    In This Topic
    Gets the collection of Expression objects applied to the fetched records to filter them for the current data set.
    Syntax
    'Declaration
     
    Public ReadOnly Property Filters As ExpressionCollection
    public ExpressionCollection Filters {get;}
    See Also