There is a big issue when showing a huge amount of records

Stimulsoft Reports.NET discussion
Post Reply
vijendra
Posts: 26
Joined: Fri Apr 18, 2008 9:11 am
Location: Udaipur

There is a big issue when showing a huge amount of records

Post by vijendra »


Hello Members ,
There is problem regarding stimulsoft reports when my query return large no of records say more than 2000 then stimulsoft veiwer does not show report even after a long wait.....................if someone has faced the same problem them please let me know ...and also...the solution........as soon as possible........

If stimulsoft developer has a solution then please let me know...as soon as possible ....



Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

There is a big issue when showing a huge amount of records

Post by Edward »

Is that query executed without problems in the SQL command window of your server? And all records are retrieved successfully.

Also please try to execute this query in the DataSource editor window. Does it succeed in the Design-time?

Thank you.
vijendra
Posts: 26
Joined: Fri Apr 18, 2008 9:11 am
Location: Udaipur

There is a big issue when showing a huge amount of records

Post by vijendra »

yes the query is executed successfully and returning records.
Table of Dataset is also filled.

When Records Exceeds about 2000 rows it Report Does not show records(Blank Page Comes) or system is hang
When query returns about 1000 rows it works properly

the code Where it gets Hang is

StiWebViewer1.Report = pStiReport

at this line we assign STI report to the STI web viewer
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

There is a big issue when showing a huge amount of records

Post by Vital »

Hello,

Please say me in which events of page you generate code? For also try to set property RenderMode of StiWebViewer to RenderOnlyCurrentPage value.

Thank you.
vijendra
Posts: 26
Joined: Fri Apr 18, 2008 9:11 am
Location: Udaipur

There is a big issue when showing a huge amount of records

Post by vijendra »

This code is in the page load event of the page
and the property is set to rendercurrentpage is already set for the web viewer
vijendra
Posts: 26
Joined: Fri Apr 18, 2008 9:11 am
Location: Udaipur

There is a big issue when showing a huge amount of records

Post by vijendra »

Thanks a lot........................................
after setting the property RenderMode =RenderonlyCurrentPage this problem is solved
Thank You for your support
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

There is a big issue when showing a huge amount of records

Post by Edward »

Please let us know if any help is required.

Thank you.
Post Reply