Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace