Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.