共用方式為


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 命名空間