Partager via


Propriété GaugeScale.MaximumPin

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MaximumPin As ScalePin 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ScalePin
A ScalePin object.

Voir aussi

Référence

GaugeScale Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering