Generate pdf report with IHttpHandler

Stimulsoft Reports.WEB discussion
Post Reply
smart+
Posts: 26
Joined: Thu Sep 09, 2010 4:53 pm
Location: Croatia

Generate pdf report with IHttpHandler

Post by smart+ »

Hello,

I want to make ASP.NET IHttpHandler class from which I can generate report on the fly in .pdf format and
then show to user the download dialog with this .pdf report.

Is this possible and do you have any sample how to do this?

Best regards,
Sasa
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Generate pdf report with IHttpHandler

Post by Alex K. »

Hello Sasa,

Unfortunately, this interface in our reporting tool is not implemented, and you have to do it yourself.

Thank you.
Post Reply