StartValue Propiedad
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
The starting value in the range.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property StartValue As GaugeInputValue
Get
Set
'Uso
Dim instance As NumericIndicatorRange
Dim value As GaugeInputValue
value = instance.StartValue
instance.StartValue = value
public GaugeInputValue StartValue { get; set; }
public:
property GaugeInputValue^ StartValue {
GaugeInputValue^ get ();
void set (GaugeInputValue^ value);
}
member StartValue : GaugeInputValue with get, set
function get StartValue () : GaugeInputValue
function set StartValue (value : GaugeInputValue)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .GaugeInputValue
A GaugeInputValue object.