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 maximum 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 MaximumPin As ScalePin
Get
Set
'Usage
Dim instance As GaugeScale
Dim value As ScalePin
value = instance.MaximumPin
instance.MaximumPin = value
public ScalePin MaximumPin { get; set; }
public:
property ScalePin^ MaximumPin {
ScalePin^ get ();
void set (ScalePin^ value);
}
member MaximumPin : ScalePin with get, set
function get MaximumPin () : ScalePin
function set MaximumPin (value : ScalePin)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ScalePin
A ScalePin object.