Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether to transform the input value to a percentage value.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property TransformationType As ReportEnumProperty(Of GaugeTransformationType)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeTransformationType>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace