Multiplier-Eigenschaft
Constant by which to multiply the value.
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 GaugeInputValue
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.