Share via


ReportExpression<T>.IsEmpty Property

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Usage
Dim instance As ReportExpression 
Dim value As Boolean 

value = instance.IsEmpty
public bool IsEmpty { get; }
public:
virtual property bool IsEmpty {
    bool get () sealed;
}
abstract IsEmpty : bool 
override IsEmpty : bool
final function get IsEmpty () : boolean

Property Value

Type: System.Boolean
True if the expression object is empty; otherwise, false.

Implements

IExpression.IsEmpty

See Also

Reference

ReportExpression<T> Structure

Microsoft.ReportingServices.RdlObjectModel Namespace