While I was examining the CrystalReportViewer ASP.Net control, I found the SearchAndHighlightText method.
I used it in an example and found that it searches in the current page only, and highlights the matched text objects in it.
I want to create search functionality similar to that in word processors. Where a user searches for text, and the matches are highlighted, and "next-previous" buttons appear to allow the user to navigate through the matches. But SearchAndHighlightText only returns a bool not matches.
How may I create the required functionality if possible?