Share via


GaugeScale.Multiplier Property

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