หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Maximum value at which a pointer on the scale will stop.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MaximumPin As ScalePin
Get
'Usage
Dim instance As GaugeScale
Dim value As ScalePin
value = instance.MaximumPin
public ScalePin MaximumPin { get; }
public:
property ScalePin^ MaximumPin {
ScalePin^ get ();
}
member MaximumPin : ScalePin
function get MaximumPin () : ScalePin
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ScalePin
A ScalePin object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace