Partager via


Propriété Multiplier

Gets the calculated value of the Multiplier property in a GaugeInputValue class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Multiplier As Double
    Get
'Utilisation
Dim instance As GaugeInputValueInstance
Dim value As Double

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

Valeur de propriété

Type : System. . :: . .Double
A double value that represents the calculated value of the Multiplier property.