次の方法で共有


ScalePin.PinLabel プロパティ

ピンのラベルを定義します。

名前空間:  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
PinLabel オブジェクト。

関連項目

参照

ScalePin クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間