In This Topic
Gets the total number of pages in the generated report. Use this method rather than
Count on the
PageImages collection as accessing that property creates images for all pages at once and thus can exhaust system resources.
Syntax
'Declaration
Public Function GetPageCount() As Integer
public int GetPageCount()
Return Value
The total page count.
See Also