TdxPSCustomPreviewWindow.PageCount Property
When implemented by TdxPSCustomPreviewWindow descendants, returns the number of pages available in the previewed report.
Declaration
property PageCount: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Use the ActivePageIndex property, the GoToFirstPage, GoToLastPage, GoToNextPage, and GoToPrevPage methods to navigate between pages.
See Also