Propriedade do RDL TransformationType
Indicates whether to transform the input value to a percentage value.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property TransformationType As ReportEnumProperty(Of GaugeTransformationType)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'GaugeTransformationType> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também