Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
nataliafedoun
New Member

Report Builder System.OutOfMemoryException

Hi, I'm trying to create a paginated report in Report Builder. 

I haven't been able to get it to let me view the report, not even if I try to run it with less data.

The data source is quite large, is there maybe something I can add in the query to make it run?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @nataliafedoun ,

As per my understanding, the System.OutOfMemoryException error is an error that is raised by Reporting Services when an operation requests more memory from the system and the system cannot provide the memory. This issue always occur when the computer does not have sufficient memory to complete the requested operation. Including the report is too large- returns too much data by the dataset.

 

In order to narrow this issue, you could refer to the following methods:

  • Add sufficient physical memory to the computer.
  • Upgrade to a 64-bit version of Microsoft SQL Server Reporting Services.
  • Schedule reports to run at off-hours when memory constraints are lower.
  • Adjust the MemoryLimit setting accordingly.
  • Redesign the report.

Besides, you could also refer to the following document: System.OutOfMemoryException(Microsoft SQL Server Report Builder 3.0 Product version 11.0.3000.0) | M...

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @nataliafedoun ,

As per my understanding, the System.OutOfMemoryException error is an error that is raised by Reporting Services when an operation requests more memory from the system and the system cannot provide the memory. This issue always occur when the computer does not have sufficient memory to complete the requested operation. Including the report is too large- returns too much data by the dataset.

 

In order to narrow this issue, you could refer to the following methods:

  • Add sufficient physical memory to the computer.
  • Upgrade to a 64-bit version of Microsoft SQL Server Reporting Services.
  • Schedule reports to run at off-hours when memory constraints are lower.
  • Adjust the MemoryLimit setting accordingly.
  • Redesign the report.

Besides, you could also refer to the following document: System.OutOfMemoryException(Microsoft SQL Server Report Builder 3.0 Product version 11.0.3000.0) | M...

 

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.