Share via


ScalePin.PinLabel Property

Defines a label for the pin.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

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

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