次の方法で共有


ReportItem.Left プロパティ

レポート アイテムの左端の横方向の位置を取得または設定します。cm、mm、in、pt、pc などの単位指定子を含みます。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.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.ReportRendering.ReportSize
レポート上にあるアイテムの左端の横方向の位置を、その親との相対位置として格納した ReportSize オブジェクトです。

説明

アイテムの位置は親オブジェクトに対して相対的です。

単位指定子の詳細については、「CSS Length Units Reference」を参照してください。

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.ReportRendering 名前空間