Propriedade do RDL TransformationType
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Indicates whether to transform the input value to a percentage value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property TransformationType As ReportExpression(Of GaugeTransformationType)
Get
Set
'Uso
Dim instance As StateIndicator
Dim value As ReportExpression(Of GaugeTransformationType)
value = instance.TransformationType
instance.TransformationType = value
public ReportExpression<GaugeTransformationType> TransformationType { get; set; }
public:
property ReportExpression<GaugeTransformationType> TransformationType {
ReportExpression<GaugeTransformationType> get ();
void set (ReportExpression<GaugeTransformationType> value);
}
member TransformationType : ReportExpression<GaugeTransformationType> with get, set
function get TransformationType () : ReportExpression<GaugeTransformationType>
function set TransformationType (value : ReportExpression<GaugeTransformationType>)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'GaugeTransformationType> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Consulte também