Свойство Pages
Возвращает объект, содержащий сведения о разбиении на страницы.
Пространство имен: 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
Объект PageCollection, содержащий дополнительные сведения о разбиении на страницы.