Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.