Freigeben über


StateIndicator.MaximumValue-Eigenschaft

Gets the maximum allowable input value when TransformationType is set to Percentage.

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 StateIndicator 
Dim value As GaugeInputValue 

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

Eigenschaftswert

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

Siehe auch

Verweis

StateIndicator Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace