ScalePin.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.

请参阅

参考

ScalePin 类

Microsoft.ReportingServices.RdlObjectModel 命名空间