Print renders nothing in 2013.1

Stimulsoft Reports.WEB discussion
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Print renders nothing in 2013.1

Post by Vladimir »

Hello,

These methods are only necessary if you want to modify rendered report before showing. In other cases, the web viewer himself makes these actions.

Also, in this example, we tested the following code:

Code: Select all

report.Compile();
report.RegData(data);
report.Render(true);

StiWebViewer1.ResetReport();
StiWebViewer1.Report = report;
Printing in all modes works correctly.

But in your case, the Render() method is not needed.

Thank you.
RossAFaneuf
Posts: 28
Joined: Thu Jul 28, 2011 9:16 am
Location: USA

Re: Print renders nothing in 2013.1

Post by RossAFaneuf »

I am very pleased to find that the latest pre-release, Stimulsoft Reports.Web 2013.2.1614 from 2013.08.05, fixes the problems I have been having with the Print operation.
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Print renders nothing in 2013.1

Post by Andrew »

Hello,

Great! Thank you for letting us know about this.
stjohn
Posts: 8
Joined: Fri Mar 09, 2012 6:43 am

Re: Print renders nothing in 2013.1

Post by stjohn »

would like to ask about same question as above. then print to pdf render ..now is it will calling the printer dialog to print to document writer or send to printer???
stjohn
Posts: 8
Joined: Fri Mar 09, 2012 6:43 am

Re: Print renders nothing in 2013.1

Post by stjohn »

if compare previous version...print to pdf is same call with adobe pdf. will ask to save the pdf file.
but now, this 2013.1 till 2013.2.1617 look like will calling print dialog.

please correct me if i'm not right.
thank you.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Print renders nothing in 2013.1

Post by Vladimir »

Hello,

Yes, now Print to PDF invokes the print dialog. If you want to save the PDF file, please use the Save menu.
Also, you can use the StiReportResponse.ResponseAsPdf() method.

Thank you.
stjohn
Posts: 8
Joined: Fri Mar 09, 2012 6:43 am

Re: Print renders nothing in 2013.1

Post by stjohn »

alright, thank a lot.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Print renders nothing in 2013.1

Post by Alex K. »

Hello,

Let us know if you need any additional help.
Post Reply