GaugeInputValue.AddConstant Property

Definition

Constant to add to the value (after multiplying).

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> AddConstant { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> AddConstant { get; set; }
member this.AddConstant : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> with get, set
Public Property AddConstant As ReportExpression(Of Double)

Property Value

A ReportExpression<T> object.

Applies to