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
成员
成员名称 | 说明 | |
---|---|---|
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. |