Freigeben über


ReportExpression.Empty-Eigenschaft

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

Gets the empty report expression object.

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

Syntax

'Declaration
Public Shared ReadOnly Property Empty As ReportExpression 
    Get
'Usage
Dim value As ReportExpression 

value = ReportExpression.Empty
public static ReportExpression Empty { get; }
public:
static property ReportExpression Empty {
    ReportExpression get ();
}
static member Empty : ReportExpression
static function get Empty () : ReportExpression

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The empty report expression object.

Siehe auch

Verweis

ReportExpression Struktur

Microsoft.ReportingServices.RdlObjectModel-Namespace