Partager via


Propriété GaugeInputValue.AddConstant

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AddConstant As ReportDoubleProperty 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

GaugeInputValue Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering