alphaprolix
alphaprolix

Reputation: 601

How to provide 'Search as you type' in SSRS

Is there a way I can provide my user 'Search as you type' functionality in my SSRS reports filters, I have multiple valued string parameters, they convert to checked listboxes in report manager, and user have to find and select one by one. This is a tedious work if there are hundreds of records in filter.

enter image description here

Upvotes: 0

Views: 771

Answers (1)

Ross Bush
Ross Bush

Reputation: 15175

This does not come out of the box with SSRS. You can extend SSRS using the ReportExecution2008 web services and gain a lower level of granularity.

Upvotes: 1

Related Questions