FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / DataSource Class / FilterSyntax Property

In This Topic
    FilterSyntax Property
    In This Topic
    Gets or sets the type of syntax used in the Filter.
    Syntax
    'Declaration
     
    Public Property FilterSyntax As FilterExpressionSyntax
    public FilterExpressionSyntax FilterSyntax {get; set;}
    See Also