PDA

View Full Version : ReportViewer Control


bruce
03-15-2006, 02:11 AM
We have recently added ReportViewer Control to our web server.

Report Viewer control allows you to render reports built with Visual Studio 2005?s Report Designer. It is a real cool and simple way to build professional reports.

I was going to write a tutorial on how to use this control but I found a very good site that covers almost every aspects of ReportViewer control. The site is www.gotreportviewer.com (http://www.gotreportviewer.com)

You can also review official reference at MS site - msdn2.microsoft.com/en-us/library/ms251671(en-US,VS.80).aspx (http://msdn2.microsoft.com/en-us/library/ms251671(en-US,VS.80).aspx)

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

spek
10-13-2006, 06:48 AM
I was wondering if we can use the ReportViewer to view remote reports since the reporting server is hosted on a SQL Server 2000 Report Server, not 2005.

I found this question and answer on a faq on www.gotreportviewer.com:

# Q: Can the ReportViewer view reports hosted on a SQL Server 2000 Report Server?

A: No. In remote mode the ReportViewer control can only view reports hosted on a SQL Server 2005 Report Server. Note that this has nothing to do with where the data for the report can come from. Data for the report can come from any source, including SQL Server 2000, Oracle, DB2 and non-database datasources.

So is our best choice to use local reports?

bruce
10-14-2006, 01:46 AM
you can configure the local report to pull data from a remote database.


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

spek
10-14-2006, 03:06 AM
thanks for the reply.

so my only option is to use local report?

bruce
10-16-2006, 09:08 AM
yes.


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

momentumfpd
11-10-2006, 03:43 AM
Thank you for the link to the tutorial Bruce. It answered a lot of my dumb questions quickly.

bruce
11-21-2006, 11:33 AM
Not a problem! Glad to be of any help!!


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)