Page 1 of 1

Generate pdf report with IHttpHandler

Posted: Wed Feb 16, 2011 3:15 pm
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

Generate pdf report with IHttpHandler

Posted: Thu Feb 17, 2011 8:46 am
by Alex K.
Hello Sasa,

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

Thank you.