Share via


ScalePin.PinLabel Property

Defines a label for the pin.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property PinLabel As PinLabel 
    Get 
    Set
'Usage
Dim instance As ScalePin 
Dim value As PinLabel 

value = instance.PinLabel

instance.PinLabel = value
public PinLabel PinLabel { get; set; }
public:
property PinLabel^ PinLabel {
    PinLabel^ get ();
    void set (PinLabel^ value);
}
member PinLabel : PinLabel with get, set
function get PinLabel () : PinLabel 
function set PinLabel (value : PinLabel)

Property Value

Type: Microsoft.ReportingServices.RdlObjectModel.PinLabel
A PinLabel object.

See Also

Reference

ScalePin Class

Microsoft.ReportingServices.RdlObjectModel Namespace