Add Find Next key support to the Windows Report Viewer¶
What is new - 25.0¶
The command bars in the Windows report previewer window may contain a button (edit) to start a search in the preview operation. When a value has been found, finding the next occurrence required clicking the toolbar button again. In version 25.0, we added a find next key (F3) for this operation. The search next has been implemented in cDRDesktopPreview, cDRPreview, cDRToolPanelPreview, and DRModalPreview.dg. When the pePreviewStyle is set to C_DRPREVIEW_EMBEDDED, the functionality is not present and needs to be implemented by a developer. This has not been done as the previewer is not guaranteed to have a command bar with a search preview button.