次の方法で共有


ReportItem.Left プロパティ

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

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

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

value = instance.Left
public virtual ReportSize Left { get; }
public:
virtual property ReportSize^ Left {
    ReportSize^ get ();
}
abstract Left : ReportSize 
override Left : ReportSize
function get Left () : ReportSize

プロパティ値

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

関連項目

参照

ReportItem クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間