다음을 통해 공유


PinLabel 속성

Defines a label for the pin.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property PinLabel As PinLabel
    Get
    Set
‘사용 방법
Dim instance As ScalePin
Dim value As PinLabel

value = instance.PinLabel

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