次の方法で共有


GaugeScale.MinimumPin プロパティ

スケール上のポインターが停止する最小値。

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

構文

'宣言
Public ReadOnly Property MinimumPin As ScalePin 
    Get
'使用
Dim instance As GaugeScale 
Dim value As ScalePin 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ScalePin
ScalePin オブジェクト。

関連項目

参照

GaugeScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間