Is RenderonlyCurrentPage available in the MVC viewer?

Stimulsoft Reports.WEB discussion
Post Reply
User avatar
poweredbyporkers
Posts: 28
Joined: Fri Nov 29, 2013 8:42 pm

Is RenderonlyCurrentPage available in the MVC viewer?

Post 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?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Is RenderonlyCurrentPage available in the MVC viewer?

Post 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.
edsonmiranda
Posts: 29
Joined: Thu Jul 07, 2016 2:06 pm

Re: Is RenderonlyCurrentPage available in the MVC viewer?

Post 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!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Is RenderonlyCurrentPage available in the MVC viewer?

Post by HighAley »

Hello.

Unfortunately, it's impossible to print the report if it is not rendered completely.

Thank you.
edsonmiranda
Posts: 29
Joined: Thu Jul 07, 2016 2:06 pm

Re: Is RenderonlyCurrentPage available in the MVC viewer?

Post by edsonmiranda »

Ok, but this could be an advanced feature for you guys. Think about!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Is RenderonlyCurrentPage available in the MVC viewer?

Post by HighAley »

Hello.

Yes, we know it and working in this direction.

Thank you.
Post Reply