GaugeScale.MinimumPin Propiedad
Minimum value at which a pointer on the scale will stop.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MinimumPin As ScalePin
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ScalePin
A ScalePin object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering