Udostępnij za pośrednictwem


NumericIndicatorRange.EndValue Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

The end value in the range.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property EndValue As GaugeInputValue 
    Get 
    Set
'Usage
Dim instance As NumericIndicatorRange 
Dim value As GaugeInputValue 

value = instance.EndValue

instance.EndValue = value
public GaugeInputValue EndValue { get; set; }
public:
property GaugeInputValue^ EndValue {
    GaugeInputValue^ get ();
    void set (GaugeInputValue^ value);
}
member EndValue : GaugeInputValue with get, set
function get EndValue () : GaugeInputValue 
function set EndValue (value : GaugeInputValue)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.

See Also

Reference

NumericIndicatorRange Class

Microsoft.ReportingServices.RdlObjectModel Namespace