次の方法で共有


Rectangle.Left プロパティ

四角形からコンテナーの左側までの距離を取得します。

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

構文

'宣言
Public Overrides ReadOnly Property Left As ReportSize 
    Get
'使用
Dim instance As Rectangle 
Dim value As ReportSize 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
ReportSize オブジェクト。

関連項目

参照

Rectangle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間