共用方式為


GaugeScale.MaximumValue 屬性

Maximum value for the scale.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MaximumValue As GaugeInputValue 
    Get
'用途
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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.GaugeInputValue
A GaugeInputValue object.

請參閱

參考

GaugeScale 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間