Freigeben über


GaugeScale.MaximumPin-Eigenschaft

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)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ScalePin
A ScalePin object.

Siehe auch

Verweis

GaugeScale Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace