Compartir a través de


GaugeScale.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

Valor de la propiedad

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

Vea también

Referencia

GaugeScale Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering