Page 2 of 2

Re: Print renders nothing in 2013.1

Posted: Wed Jun 12, 2013 12:25 pm
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.

Re: Print renders nothing in 2013.1

Posted: Thu Aug 08, 2013 1:24 am
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.

Re: Print renders nothing in 2013.1

Posted: Thu Aug 08, 2013 5:44 am
by Andrew
Hello,

Great! Thank you for letting us know about this.

Re: Print renders nothing in 2013.1

Posted: Mon Sep 09, 2013 4:54 am
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???

Re: Print renders nothing in 2013.1

Posted: Mon Sep 09, 2013 4:57 am
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.

Re: Print renders nothing in 2013.1

Posted: Mon Sep 09, 2013 5:50 am
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.

Re: Print renders nothing in 2013.1

Posted: Mon Sep 09, 2013 6:11 am
by stjohn
alright, thank a lot.

Re: Print renders nothing in 2013.1

Posted: Mon Sep 09, 2013 8:58 am
by Alex K.
Hello,

Let us know if you need any additional help.