GaugeInputValue.Multiplier Property
Gets a 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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace