How To Display Multiple Reports In Single Report Viewer C#

Asked By 0 points N/A Posted on -
qa-featured

I am using Visual Studio to code in C#. I have several reports to display. Is there any method by which my task will become easier? Is there any method to display multiple reports in single report viewer C#?

SHARE
Answered By 0 points N/A #289010

How To Display Multiple Reports In Single Report Viewer C#

qa-featured

Please follow the steps below. First, make sure that you have the Microsoft .NET Framework installed on your computer.

1. You can use Linq for the given data. You can find Linq by visiting  THIS URL .

2. There is also an excellent tutorial for Linq available here.

3. Now go to any of the reports in your project. You can connect multiple data-sources using Linq and create a table of each report that is needed.

Related Questions