Proprietà MinimumPin
Minimum 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 MinimumPin As ScalePin
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ScalePin
A ScalePin object.
Vedere anche