次の方法で共有


GaugeTransformationType 列挙体

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

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

メンバー

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