Report.Pages Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.