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.