Compartir a través de


IExpression.IsEmpty Propiedad

Indicates whether the evaluated expression is the empty cell value.

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

Sintaxis

'Declaración
ReadOnly Property IsEmpty As Boolean 
    Get
'Uso
Dim instance As IExpression 
Dim value As Boolean 

value = instance.IsEmpty
bool IsEmpty { get; }
property bool IsEmpty {
    bool get ();
}
abstract IsEmpty : bool
function get IsEmpty () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value.

Vea también

Referencia

IExpression Interfaz

Espacio de nombres Microsoft.ReportingServices.RdlObjectModel