Свойство 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)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel. . :: . .PinLabel
A PinLabel object.