หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.