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