次の方法で共有


GaugeTransformationType 列挙体

状態インジケーターのデータ変換の種類を表します。

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

構文

'宣言
Public Enumeration GaugeTransformationType
'使用
Dim instance As GaugeTransformationType
public enum GaugeTransformationType
public enum class GaugeTransformationType
type GaugeTransformationType
public enum GaugeTransformationType

メンバー

メンバー名 説明
None 変換なし。インジケーターの状態を実際のデータ値と照合します。
Percentage 指定した最小および最大のデータ値に基づいて、データ値を割合に変換します。このオプションではインジケーターの状態を変換された割合と照合します。

関連項目

参照

Microsoft.ReportingServices.OnDemandReportRendering 名前空間