Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Minimum value at which a pointer on the scale will stop.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MinimumPin As ScalePin
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ScalePin
A ScalePin object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace