次の方法で共有


ReportItem.Left プロパティ

親オブジェクトの左端からアイテムまでの距離を取得または設定します。

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

構文

'宣言
Public Property Left As ReportSize 
    Get 
    Set
'使用
Dim instance As ReportItem 
Dim value As ReportSize 

value = instance.Left

instance.Left = value
public ReportSize Left { get; set; }
public:
property ReportSize Left {
    ReportSize get ();
    void set (ReportSize value);
}
member Left : ReportSize with get, set
function get Left () : ReportSize 
function set Left (value : ReportSize)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportSize
親オブジェクトの左端からアイテムまでの距離。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間