GaugeInputValue.AddConstant Property

Gets a constant to add to the value (after multiplying).

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property AddConstant As ReportDoubleProperty 
    Get
'Usage
Dim instance As GaugeInputValue 
Dim value As ReportDoubleProperty 

value = instance.AddConstant
public ReportDoubleProperty AddConstant { get; }
public:
property ReportDoubleProperty^ AddConstant {
    ReportDoubleProperty^ get ();
}
member AddConstant : ReportDoubleProperty
function get AddConstant () : ReportDoubleProperty

Property Value

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

See Also

Reference

GaugeInputValue Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace