Свойство IsExpression

Gets a value that indicates whether the value of the report property is an expression.

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

Синтаксис

'Декларация
Public ReadOnly Property IsExpression As Boolean
    Get
'Применение
Dim instance As ReportProperty
Dim value As Boolean

value = instance.IsExpression
public bool IsExpression { get; }
public:
property bool IsExpression {
    bool get ();
}
member IsExpression : bool
function get IsExpression () : boolean

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

Тип System. . :: . .Boolean
true if the value of the report property is an expression; otherwise, false.