Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.