Propriedade do RDL NumericIndicatorRange.EndValue
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
The end value in the range.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Property EndValue As GaugeInputValue
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.