Właściwość ReportExpression<T>.IsEmpty
Wskazuje, czy obiekt wyrażenie jest pusty.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public ReadOnly Property IsEmpty As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
A wartość logiczna value.
Implementacje
Zobacz także