ReportExpression<T>.IsEmpty Property

Definition

Gets or sets a value that indicates whether the expression object is empty.

public:
 property bool IsEmpty { bool get(); };
public bool IsEmpty { get; }
member this.IsEmpty : bool
Public ReadOnly Property IsEmpty As Boolean

Property Value

True if the expression object is empty; otherwise, false.

Implements

Applies to