次の方法で共有


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