Freigeben über


ReportExpression.IsEmpty-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets whether the report expression 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

Eigenschaftswert

Typ: System.Boolean
True if the report expression is empty; otherwise, false.

Implementiert

IExpression.IsEmpty

Siehe auch

Verweis

ReportExpression Struktur

Microsoft.ReportingServices.RdlObjectModel-Namespace