Propriété Multiplier
Amount by which the gauge value is multiplied before being displayed.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Multiplier As ReportDoubleProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportDoubleProperty
A ReportDoubleProperty object.
Voir aussi