Свойство TextRun.FormattedValueExpressionBased

Gets a Boolean value that indicates whether the formatted text run value in Instance (Value) is expression-based.

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

Синтаксис

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

value = instance.FormattedValueExpressionBased
public abstract bool FormattedValueExpressionBased { get; }
public:
virtual property bool FormattedValueExpressionBased {
    bool get () abstract;
}
abstract FormattedValueExpressionBased : bool
abstract function get FormattedValueExpressionBased () : boolean

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

Тип: System.Boolean
true if the formatted text run value is expression-based; otherwise, false.

См. также

Справочник

TextRun Класс

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