pbPreviewerShowSearchInPreview - 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 the DRModalPanel, should show the "Search in Preview" options. The IsVisible private function of cDRSearchPreviewMenuItem and cDRSearchInPreviewOptionsGroupMenuItem reads this property.
By default, the toolbar displays all buttons:

Setting pbPreviewerShowSearchInPreview to false results in:

Related topics¶
- pbPreviewerContinuousScrolling
- pbPreviewerShowExportButton
- pbPreviewerShowFirstPageButton
- pbPreviewerShowGotoPage
- pbPreviewerShowGroupTreeOptions
- pbPreviewerShowLastPageButton
- pbPreviewerShowNextPageButton
- pbPreviewerShowPageNofMButton
- pbPreviewerShowPreviousPageButton
- pbPreviewerShowPrintButton
- [pbPreviewerShowRefreshButton](pbpreviewer-show-refresh-button.md
- pbPreviewerShowSearchInPreview
- pbPreviewerShowSearchInPreviewOptions
- pbPreviewerShowZoomOptions
DataFlex Framework usage¶
- Windows
- FlexTron (using Windows views)
Sample¶
Object oReport is a cDRReport
Set psReportName to 'MyReport.dr'
Set pbPreviewerShowSearchInPreview to False
End_Object