次の方法で共有


PinLabel.Placement プロパティ

ラベルを配置する場所をスケールに対する相対位置で指定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Placement As ReportExpression(Of Placements)
    Get 
    Set
'使用
Dim instance As PinLabel 
Dim value As ReportExpression(Of Placements)

value = instance.Placement

instance.Placement = value
public ReportExpression<Placements> Placement { get; set; }
public:
property ReportExpression<Placements> Placement {
    ReportExpression<Placements> get ();
    void set (ReportExpression<Placements> value);
}
member Placement : ReportExpression<Placements> with get, set
function get Placement () : ReportExpression<Placements>
function set Placement (value : ReportExpression<Placements>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Placements>
ReportExpression<T> オブジェクト。

関連項目

参照

PinLabel クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間