Proprietà PinLabel
Defines a label for the pin.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property PinLabel As PinLabel
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .PinLabel
A PinLabel object.
Vedere anche