MaxPercent プロパティ

最大比率。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property MaxPercent As ReportDoubleProperty
    Get
'使用
Dim instance As GaugeInputValue
Dim value As ReportDoubleProperty

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