Compartir a través de


ReportExpression.IsEmpty Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets whether the report expression 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
True if the report expression is empty; otherwise, false.

Implementa

IExpression.IsEmpty

Vea también

Referencia

ReportExpression Estructura

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel