Share via


Report.Pages Property

Gets an object containing pagination information.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Pages As PageCollection 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.ReportRendering.PageCollection
A PageCollection object containing optional pagination information.

See Also

Reference

Report Class

Microsoft.ReportingServices.ReportRendering Namespace