There is a big issue when showing a huge amount of records
There is a big issue when showing a huge amount of records
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 ....
There is a big issue when showing a huge amount of records
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.
Also please try to execute this query in the DataSource editor window. Does it succeed in the Design-time?
Thank you.
There is a big issue when showing a huge amount of records
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
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
There is a big issue when showing a huge amount of records
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.
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.
There is a big issue when showing a huge amount of records
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
and the property is set to rendercurrentpage is already set for the web viewer
There is a big issue when showing a huge amount of records
Thanks a lot........................................
after setting the property RenderMode =RenderonlyCurrentPage this problem is solved
Thank You for your support
after setting the property RenderMode =RenderonlyCurrentPage this problem is solved
Thank You for your support
There is a big issue when showing a huge amount of records
Please let us know if any help is required.
Thank you.
Thank you.