Proprietà ReportExpression.IsEmpty
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets whether the report expression is empty.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsEmpty As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
True if the report expression is empty; otherwise, false.