Compartilhar via


Propriedade do RDL IExpression.IsEmpty

Indicates whether the evaluated expression is the empty cell value.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

IExpression Interface

Namespace Microsoft.ReportingServices.RdlObjectModel