Partager via


Propriété IExpression.IsEmpty

Indicates whether the evaluated expression is the empty cell value.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
ReadOnly Property IsEmpty As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
A Boolean value.

Voir aussi

Référence

IExpression Interface

Espace de noms Microsoft.ReportingServices.RdlObjectModel