Compartir a través de


PinLabel Propiedad

Defines a label for the pin.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Property PinLabel As PinLabel
    Get
    Set
'Uso
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)