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. |