共用方式為


PinLabel 屬性

Gets the label for the pin.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property PinLabel As PinLabel
    Get
'用途
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