Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

I am trying to understand the differences or lets say the benefits of using a LocalReport vs a ServerReport for the ReportViewer. My website will be of course be running on a remote server and so will the database; separate servers. My users will access the site and make use of the ReportViewer and possible save the report in one the given formats (excel, pdf, or word). Which report type should I be developing in this case? By the way, this is an internal site so very few users and its usage maybe just a few times a month.
.
Posted
Comments
PrissySC 11-Jun-13 16:51pm    
I was looking into this lately too. I went with local report processing. I use the RV and process in the client. Most times when the report is requested, the datasource has already been filled and only requires a filtering per the selection of the user.

Forgot to add this link ... http://msdn.microsoft.com/en-us/library/ms251671.aspx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900