Propriété PinLabel
Gets the label for the pin.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PinLabel As PinLabel
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PinLabel
A PinLabel object.
Voir aussi