Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / Filter Class / Expression Property

In This Topic
    Expression Property (Filter)
    In This Topic
    Gets or sets an expression that is evaluated for each instance within the group or each row of the data set or data region and compared (via the Operator) to the Values. Failed comparisons result in the row/instance being filtered out of the data set, data region or group.
    Syntax
    'Declaration
     
    Public Property Expression As RdlObject
    public RdlObject Expression {get; set;}
    See Also