Report.Pages Property

Definition

Gets an object containing pagination information.

public:
 property Microsoft::ReportingServices::ReportRendering::PageCollection ^ Pages { Microsoft::ReportingServices::ReportRendering::PageCollection ^ get(); };
public Microsoft.ReportingServices.ReportRendering.PageCollection Pages { get; }
member this.Pages : Microsoft.ReportingServices.ReportRendering.PageCollection
Public ReadOnly Property Pages As PageCollection

Property Value

A PageCollection object containing optional pagination information.

Applies to