Partilhar via


Propriedade do RDL GaugeInputValue.Multiplier

Gets a constant by which to multiply the value.

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 GaugeInputValue 
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

GaugeInputValue Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering