Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the minimum value at which a pointer on the scale will stop.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MinimumPin As ScalePin
Get
Set
'Usage
Dim instance As GaugeScale
Dim value As ScalePin
value = instance.MinimumPin
instance.MinimumPin = value
public ScalePin MinimumPin { get; set; }
public:
property ScalePin^ MinimumPin {
ScalePin^ get ();
void set (ScalePin^ value);
}
member MinimumPin : ScalePin with get, set
function get MinimumPin () : ScalePin
function set MinimumPin (value : ScalePin)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ScalePin
A ScalePin object.