Поделиться через


Свойство ReportExpression<T>.IsEmpty

Gets or sets a value that indicates whether the expression object is empty.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public ReadOnly Property IsEmpty As Boolean 
    Get
'Применение
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

Значение свойства

Тип: System.Boolean
True if the expression object is empty; otherwise, false.

Реализует

IExpression.IsEmpty

См. также

Справочник

ReportExpression<T> Структура

Пространство имен Microsoft.ReportingServices.RdlObjectModel