Print report to PDF in new window

Stimulsoft Reports.BLAZOR discussion
Post Reply
Jose
Posts: 16
Joined: Thu Oct 17, 2019 8:42 am

Print report to PDF in new window

Post by Jose »

Hi!

I use this:
StiReportResponse.PrintAsPdf(report)
and I would like to print the PDF in a new browser window.
(To be honest, why would someone hide the actual page?)

How can I do that?

Thanks.

Attila
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Print report to PDF in new window

Post by Lech Kulikowski »

Hello,

You should create a new window yourself and call response in it.

Thank you.
Post Reply