Énumération GaugeTransformationType
Represents the types of data transformation in a state indicator.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Enumeration GaugeTransformationType
'Utilisation
Dim instance As GaugeTransformationType
public enum GaugeTransformationType
public enum class GaugeTransformationType
type GaugeTransformationType
public enum GaugeTransformationType
Membres
Nom de membre | Description | |
---|---|---|
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. |