Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum value for the scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MaximumValue As GaugeInputValue
Get
Set
'Usage
Dim instance As GaugeScale
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.GaugeInputValue
A GaugeInputValue object.