Compartir a través de


GaugeInputValue.AddConstant Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property AddConstant As ReportDoubleProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

GaugeInputValue Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering