Jarrod
Jarrod

Reputation: 1544

Methods of providing custom reports for an asp.net application

In our windows application, we used crystal reports. If a customer needed a custom report, we could create it and then send them the rpt file. The customer would then simply add the report file to a custom folder, and could access it directly from our application.

Using a web app, how is this possible. It seems like anything created, using ssrs, crystal, or even telerik reporting must be embedded.

What are some methods for providing custom reports to users of an asp.net web application?

Upvotes: 2

Views: 882

Answers (1)

Joel Martinez
Joel Martinez

Reputation: 47749

If your users need lots of custom reports, just give them access directly to ssrs. you can control security, permissions, and simply upload as many custom reports as they need and the ssrs gui would let them access it

Upvotes: 2

Related Questions