Propriété MinimumPin
Minimum 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 MinimumPin As ScalePin
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ScalePin
A ScalePin object.
Voir aussi