Propriedade do RDL IsEmpty
Indicates whether the expression object 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
A Boolean value.
Implementa
Consulte também