Share via


ScalePin.PinLabel Property

Gets the 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

Property Value

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

See Also

Reference

ScalePin Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace