Share via


IExpression.IsEmpty Property

Indicates whether the evaluated expression is the empty cell value.

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

Syntax

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

value = instance.IsEmpty
bool IsEmpty { get; }
property bool IsEmpty {
    bool get ();
}
abstract IsEmpty : bool
function get IsEmpty () : boolean

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

IExpression Interface

Microsoft.ReportingServices.RdlObjectModel Namespace