Compartilhar via


Propriedade do RDL ReportExpression.IsEmpty

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets whether the report expression is empty.

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

Sintaxe

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

Tipo: System.Boolean
True if the report expression is empty; otherwise, false.

Implementa

IExpression.IsEmpty

Consulte também

Referência

ReportExpression Estrutura

Namespace Microsoft.ReportingServices.RdlObjectModel