다음을 통해 공유


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 네임스페이스