Compartir a través de


IsEmpty Propiedad

Indicates whether the expression object is empty.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public ReadOnly Property IsEmpty As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value.

Implementa

IExpression. . :: . .IsEmpty