I was wondering if it was possible in the StiDesigner Preview Control to invoke a search like you can in the StiViewer?
A lot of our customers need to be able to search for data on the report when designing and previewing it.
Note I am using Win Forms .Net Version (2013.1.1600.0).
To do this in the Report Viewer you would:
Code: Select all
ReportViewer.InvokeToolFind();
David