Partager via


IsEmpty propriété

Indicates whether the expression is empty.

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

Syntaxe

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

Valeur de la propriété

Type : System. . :: . .Boolean
A Boolean value.

Implémente

IExpression. . :: . .IsEmpty