Свойство ReportExpression<T>.IsExpression
Gets a value that indicates whether this is an expression.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsExpression As Boolean
Get
'Применение
Dim instance As ReportExpression
Dim value As Boolean
value = instance.IsExpression
public bool IsExpression { get; }
public:
virtual property bool IsExpression {
bool get () sealed;
}
abstract IsExpression : bool
override IsExpression : bool
final function get IsExpression () : boolean
Значение свойства
Тип: System.Boolean
True if this is an expression; otherwise, false.
Реализует
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel