Partager via


Propriété ReportExpression<T>.IsEmpty

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

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en 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 propriété

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

Implémente

IExpression.IsEmpty

Voir aussi

Référence

ReportExpression<T> Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel