次の方法で共有


StateIndicatorInstance.TransformationType プロパティ

StateIndicator クラスの TransformationType プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property TransformationType As GaugeTransformationType 
    Get
'使用
Dim instance As StateIndicatorInstance 
Dim value As GaugeTransformationType 

value = instance.TransformationType
public GaugeTransformationType TransformationType { get; }
public:
property GaugeTransformationType TransformationType {
    GaugeTransformationType get ();
}
member TransformationType : GaugeTransformationType
function get TransformationType () : GaugeTransformationType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.GaugeTransformationType
TransformationType プロパティの計算値を表す GaugeTransformationType 値。

関連項目

参照

StateIndicatorInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間