次の方法で共有


Rectangle.Top プロパティ

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

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

構文

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

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

プロパティ値

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

関連項目

参照

Rectangle クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間