Compartir a través de


Multiplier Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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