Поделиться через


Свойство ReportItem.Top

Gets the distance of the item from the top of the containing object.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property Top As ReportSize 
    Get
'Применение
Dim instance As ReportItem 
Dim value As ReportSize 

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

Значение свойства

Тип: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object that represents the distance of the item from the top of the containing object.

См. также

Справочник

ReportItem Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering