Свойство Report.Pages

Gets an object containing pagination information.

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

Синтаксис

'Декларация
Public ReadOnly Property Pages As PageCollection 
    Get
'Применение
Dim instance As Report 
Dim value As PageCollection 

value = instance.Pages
public PageCollection Pages { get; }
public:
property PageCollection^ Pages {
    PageCollection^ get ();
}
member Pages : PageCollection
function get Pages () : PageCollection

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

Тип: Microsoft.ReportingServices.ReportRendering.PageCollection
A PageCollection object containing optional pagination information.

См. также

Справочник

Report Класс

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