Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Defines a label for the pin.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property PinLabel As PinLabel
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel.PinLabel
A PinLabel object.