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