Compartilhar via


Enumeração GaugeTransformationType

Represents the types of data transformation in a state indicator.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public Enumeration GaugeTransformationType
'Uso
Dim instance As GaugeTransformationType
public enum GaugeTransformationType
public enum class GaugeTransformationType
type GaugeTransformationType
public enum GaugeTransformationType

Membros

Nome do membro Descrição
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.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering