共用方式為


GaugeScale.MinimumPin 屬性

Minimum value at which a pointer on the scale will stop.

命名空間:  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
A ScalePin object.

請參閱

參考

GaugeScale 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間