Proprietà MaximumPin
Maximum value at which a pointer on the scale will stop.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MaximumPin As ScalePin
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ScalePin
A ScalePin object.
Vedere anche