MinPercent プロパティ

最小比率。

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

構文

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

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