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


Свойство ReportSection.Page

Contains page layout information about the report.

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

Синтаксис

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

value = instance.Page

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

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

Тип: Microsoft.ReportingServices.RdlObjectModel.Page
A Page object.

См. также

Справочник

ReportSection Класс

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