Page 1 of 1
Is RenderonlyCurrentPage available in the MVC viewer?
Posted: Sat Dec 21, 2013 2:38 am
by poweredbyporkers
We have a big problem with large reports, the SQL takes 20 seconds which is fine, but then the report never shows up it just times out building. It just goes into the report page creatuon and never comes out.
I really need to be able to do something like RenderOnlyCurrentPage, like SSRS does, so I can consistently get reports to show on the web page. Another option is to take the approach of one of your competitors and show the first page and then async generate the other pages and return them to the viewer in batches of maybe 10 pages?
Re: Is RenderonlyCurrentPage available in the MVC viewer?
Posted: Mon Dec 23, 2013 7:22 am
by HighAley
Hello.
It's impossible to render only one page in different reasons. For example, it's impossible to know amount of pages without building the whole report.
You could try to change connection timeout.
Also it's possible to use Stop Before Page property of the report, but the rest pages will not be rendered.
Thank you.
Re: Is RenderonlyCurrentPage available in the MVC viewer?
Posted: Fri Sep 30, 2016 4:52 pm
by edsonmiranda
Is there an improvement of this issue? I think you should consider something like this, because there is many times we need to print large reports. I am a little disappointed because I just bought a license and my clients are not satisfied with this limitation. Or Is there a way to send direct to printer and the printer starts printing the pages before the complete rendering of all pages? Thanks in advance!
Re: Is RenderonlyCurrentPage available in the MVC viewer?
Posted: Mon Oct 03, 2016 1:53 pm
by HighAley
Hello.
Unfortunately, it's impossible to print the report if it is not rendered completely.
Thank you.
Re: Is RenderonlyCurrentPage available in the MVC viewer?
Posted: Mon Oct 03, 2016 3:18 pm
by edsonmiranda
Ok, but this could be an advanced feature for you guys. Think about!
Re: Is RenderonlyCurrentPage available in the MVC viewer?
Posted: Tue Oct 04, 2016 12:17 pm
by HighAley
Hello.
Yes, we know it and working in this direction.
Thank you.