Freigeben über


GaugeScale.Multiplier-Eigenschaft

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

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

Syntax

'Declaration
Public ReadOnly Property Multiplier As ReportDoubleProperty 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

GaugeScale Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace