TdxPSCustomPreviewWindow.PageCount Property
In This Article
When implemented by TdxPSCustomPreviewWindow descendants, returns the number of pages available in the previewed report.
#Declaration
Delphi
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