Propriété TransformationType
Indicates whether to transform the input value to a percentage value.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TransformationType As ReportEnumProperty(Of GaugeTransformationType)
Get
'Utilisation
Dim instance As StateIndicator
Dim value As ReportEnumProperty(Of GaugeTransformationType)
value = instance.TransformationType
public ReportEnumProperty<GaugeTransformationType> TransformationType { get; }
public:
property ReportEnumProperty<GaugeTransformationType>^ TransformationType {
ReportEnumProperty<GaugeTransformationType>^ get ();
}
member TransformationType : ReportEnumProperty<GaugeTransformationType>
function get TransformationType () : ReportEnumProperty<GaugeTransformationType>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeTransformationType> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi