Proprietà ReportExpression.Empty

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the empty report expression object.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property Empty As ReportExpression 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ReportExpression Struttura

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel