Свойство Top

Gets the distance from this rectangle to the top of the container.

Пространство имен:  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
A ReportSize object.