How to place several reports on one Web page

2017-03-15

A web - form allows placing any number of reports on one page. It is only limited by the size of the page. Moreover, each report can have its own data source.

Let us examine the following example:
Add the “SqlDataSource” component to the page.

From the drop-down menu select “Configure Data Source” and create a connection.

Choose a database:

  

Now, choose a table:

Add one more component “SqlDataSource”. Connect it to the same database, but choose another table:

 

Now, place two objects “WebReport” on the page. From the drop-down menu of the first “WebReport” object, select "Select Data Source".

 

Next, mark the first added source:

 

From the drop-down menu of the object “WebReport” select "Edit Report" and create a simple report:

Close the editor without saving the report.

Now, place one more component “WebReport” near the first one. From the drop-down menu select the item "Select Data Source". Note the second added data source.
As it was done for the previous report, open the report editor for the new object “WebReport”.
Create a simple report:

 

It might be needed to add a reference to the library “FastReport.Web.dll”, which can be found in the folder containing FastReport.Net program.

If the objects fit the page, they will be displayed next to each other.

If the objects do not fit one line, one or several reports will be displayed below.

In this work a standard page of the project ASP.NetWebForms was used.

Now, start the  application:

In the picture given above, there are two reports placed together on one page.

Summing up, in this article a procedure of placing several reports on one page has been illustrated. This method allows collecting reports according to their topics and might save time.

.NET .NET FastReport FastReport ASP.NET ASP.NET WebReport WebReport
March 04, 2026

Overview of .NET 10: What's New in C# 14, ASP.NET Core, WinForms, and MAUI

Microsoft has released .NET 10 with long-term support (LTS). The release has not brought about a revolution but rather a host of targeted, mature improvements. This article highlights the key points.
February 17, 2026

How to Install FastReport Desktop on Windows and Linux

In this article, we will outline the detailed steps for installing, configuring, and launching the FastReport Desktop installer, with examples for each platform.
February 06, 2026

FastReport VCL: How 25 Years of Innovation Changed the Approach to Reporting in VCL Applications

We decided to take a look back to demonstrate how reporting technologies have changed and to trace the key stages of FastReport VCL development in each version.

© 1998-2026 Fast Reports Inc.