Compartilhar via


Propriedade do RDL GaugeScale.Multiplier

Amount by which the gauge value is multiplied before being displayed.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Multiplier As ReportDoubleProperty 
    Get
'Uso
Dim instance As GaugeScale 
Dim value As ReportDoubleProperty 

value = instance.Multiplier
public ReportDoubleProperty Multiplier { get; }
public:
property ReportDoubleProperty^ Multiplier {
    ReportDoubleProperty^ get ();
}
member Multiplier : ReportDoubleProperty
function get Multiplier () : ReportDoubleProperty

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Consulte também

Referência

GaugeScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering