Seal Report Forum
»
Report Edition
»
Reports
»
Maximum Number of Rows in Seal Report
Rank: Newbie
Groups: Registered
Joined: 8/12/2019(UTC) Posts: 6 Location: Hyderabad Thanks: 2 times
|
Hi Epf,
I have a report which has more than 35k rows, When I run the report from the browser, it's showing Processing .... but the output is not getting displayed. Can you please suggest for this?
We have Installed Latest Version of Seal.
Thanks in Advance.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
There is no real limit on the number of rows... It may depends on your server performances. We you execute a report, it loads all the records in a DataTable in the server, then use pagination to send the rows to the browser, so you might experience load problems after 10k, 20k, 30k rows returned (depends on the size of the row). You can view https://stackoverflow.co...-load-into-memory-in-netsaying that we can not exceed 16 777 216 rows. however you should limit your query using restrictions to avoid this...
|
1 user thanked epf for this useful post.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 8/12/2019(UTC) Posts: 6 Location: Hyderabad Thanks: 2 times
|
|
|
|
|
Seal Report Forum
»
Report Edition
»
Reports
»
Maximum Number of Rows in Seal Report
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.