Share via


GaugeScale.MaximumValue Property

Maximum value for the scale.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MaximumValue As GaugeInputValue 
    Get
'Usage
Dim instance As GaugeScale 
Dim value As GaugeInputValue 

value = instance.MaximumValue
public GaugeInputValue MaximumValue { get; }
public:
property GaugeInputValue^ MaximumValue {
    GaugeInputValue^ get ();
}
member MaximumValue : GaugeInputValue
function get MaximumValue () : GaugeInputValue

Property Value

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

See Also

Reference

GaugeScale Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace