次の方法で共有


StateIndicator.TransformationType プロパティ

入力値を割合値に変換するかどうかを示します。

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

構文

'宣言
Public ReadOnly Property TransformationType As ReportEnumProperty(Of GaugeTransformationType)
    Get
'使用
Dim instance As StateIndicator 
Dim value As ReportEnumProperty(Of GaugeTransformationType)

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeTransformationType>
ReportEnumProperty<EnumType> オブジェクト。

関連項目

参照

StateIndicator クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間