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


Свойство ReportItem.Top

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

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

Синтаксис

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

value = instance.Top

instance.Top = value
public ReportSize Top { get; set; }
public:
property ReportSize Top {
    ReportSize get ();
    void set (ReportSize value);
}
member Top : ReportSize with get, set
function get Top () : ReportSize 
function set Top (value : ReportSize)

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

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportSize
The distance of the item from the top of the containing object.

См. также

Справочник

ReportItem Класс

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