Scott and the Dev Team
Scott and the Dev Team

Reputation: 2431

I need an alternative to server based Reporting Services

The company that I work for will soon (2Q) no longer be supporting SRS. They want everyone to use Business Objects. I have over 100 SRS reports that I currently use. I need to find out if there is a way to run them locally on our webserver. Some of these reports need parameters to be selected and others get them passed in.

I would prefer not to have to rewrite all of those reports, however, if that is the only option so be it.

Upvotes: 0

Views: 199

Answers (1)

gbn
gbn

Reputation: 432210

Try a ReportViewer control in local mode. No SSRS install needed

Upvotes: 1

Related Questions