pbPreviewerShowLastPageButton - cDRReport¶
Methods - Properties - Events
Type¶
Default¶
True
Arguments¶
None
Description¶
Determines whether the toolbars used in components based on the cDRPreview, cDRDesktopPreview, and cDRToolPanelPreview classes, as well as DRModalPanel, should show the Last Page button. The IsVisible private function of cDRLastPageMenuItem reads this property.
The toolbar by default shows all buttons.

Setting pbPreviewerShowLastPageButton to false results in:

Related topics¶
- pbPreviewerContinuousScrolling
- pbPreviewerShowCurrentPage
- pbPreviewerShowExportButton
- pbPreviewerShowFirstPageButton
- pbPreviewerShowZoomOptions
- pbPreviewerShowNextPageButton
- pbPreviewerShowPreviousPageButton
- pbPreviewerShowPrintButton
- pbPreviewerShowRefreshButton
- pbPreviewerShowSearchInPreview
- pbPreviewerShowSearchInPreviewOptions
- pbPreviewerShowZoomOptions
DataFlex Framework usage¶
- Windows
- FlexTron (using Windows views)
Sample¶
Object oReport is a cDRReport
Set psReportName to 'MyReport.dr'
Set pbPreviewerShowLastPageButton to False
End_Object