Partilhar via


Propriedade do RDL ScalePin.PinLabel

Gets the label for the pin.

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

Sintaxe

'Declaração
Public ReadOnly Property PinLabel As PinLabel 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ScalePin Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering