Propriété EndValue
Gets an expression that evaluates to the ending value for the range.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EndValue As GaugeInputValue
Get
'Utilisation
Dim instance As ScaleRange
Dim value As GaugeInputValue
value = instance.EndValue
public GaugeInputValue EndValue { get; }
public:
property GaugeInputValue^ EndValue {
GaugeInputValue^ get ();
}
member EndValue : GaugeInputValue
function get EndValue () : GaugeInputValue
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .GaugeInputValue
A GaugeInputValue object.
Voir aussi