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.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlObject Expression { get; set; }
Visual Basic
Public Property Expression As RdlObject
	Get
	Set

See Also