Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constant to add to the value (after multiplying).
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property AddConstant As ReportExpression(Of Double)
Get
Set
'Usage
Dim instance As GaugeInputValue
Dim value As ReportExpression(Of Double)
value = instance.AddConstant
instance.AddConstant = value
public ReportExpression<double> AddConstant { get; set; }
public:
property ReportExpression<double> AddConstant {
ReportExpression<double> get ();
void set (ReportExpression<double> value);
}
member AddConstant : ReportExpression<float> with get, set
function get AddConstant () : ReportExpression<double>
function set AddConstant (value : ReportExpression<double>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.