GaugeTransformationType 列舉
Represents the types of data transformation in a state indicator.
命名空間: 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 | No transformation. Match indicator states to actual data values. | |
Percentage | Transform data values to percentages based on specified minimum and maximum data values. This option matches indicator states to the transformed percentages. |