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