Właściwość StateIndicator.TransformationType
Wskazuje, czy do przekształcania wartości wejściowej do wartości procentowej.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property TransformationType As ReportEnumProperty(Of GaugeTransformationType)
Get
'Użycie
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>
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<GaugeTransformationType>
A ReportEnumProperty<EnumType> obiektu.
Zobacz także