Hi,

I am still trying to get my head around the ReportViewer control. I thought
that this control would enable me to run reports without connecting to the
database. Am I wrong?

I tried the walkthrough "Using a Database Data Source with the ReportViewer
Windows forms control in Local Processing Mode". However, when I moved the
project to another computer without a database, it looked for a database.

What I thought was that this control would "embed" the data so that the
report (embedded as the ReportViewer control in my VB form) could be run
anywhere in an exe file.

Please can someone help me understand what is meant by Local Processing mode.
And, can I distribute reports offline (no connection to the company
database) using this control? Or do I have to resort to exporting html
reports?

Thanks!

Re: trying to understand Report Viewer control by Ed

Ed
Thu Feb 23 05:18:48 CST 2006

Hi PacMan,

"Local Mode" does not mean that reports can be run without a database. It
means that they can be run without a report server. In local mode, the
client application is responsible for providing that data necessary to run
the reports.

This is explained here:

http://msdn2.microsoft.com/en-us/library/ms251704.aspx

Ed Allison

"PacMan" <PacMan@discussions.microsoft.com> wrote in message
news:A17BEB74-FDCC-46E8-A7DF-1505AC768FBE@microsoft.com...
> Hi,
>
> I am still trying to get my head around the ReportViewer control. I
> thought
> that this control would enable me to run reports without connecting to the
> database. Am I wrong?
>
> I tried the walkthrough "Using a Database Data Source with the
> ReportViewer
> Windows forms control in Local Processing Mode". However, when I moved the
> project to another computer without a database, it looked for a database.
>
> What I thought was that this control would "embed" the data so that the
> report (embedded as the ReportViewer control in my VB form) could be run
> anywhere in an exe file.
>
> Please can someone help me understand what is meant by Local Processing
> mode.
> And, can I distribute reports offline (no connection to the company
> database) using this control? Or do I have to resort to exporting html
> reports?
>
> Thanks!
>