Proprietà StateIndicator.MaximumValue
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the maximum allowable input value when TransformationType is set to Percentage.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Property MaximumValue As GaugeInputValue
Get
Set
'Utilizzo
Dim instance As StateIndicator
Dim value As GaugeInputValue
value = instance.MaximumValue
instance.MaximumValue = value
public GaugeInputValue MaximumValue { get; set; }
public:
property GaugeInputValue^ MaximumValue {
GaugeInputValue^ get ();
void set (GaugeInputValue^ value);
}
member MaximumValue : GaugeInputValue with get, set
function get MaximumValue () : GaugeInputValue
function set MaximumValue (value : GaugeInputValue)
Valore proprietà
Tipo: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.