Page 1 of 1

How to Create Pdf or MS Word File

Posted: Thu Feb 05, 2015 5:01 pm
by jacksonramon
Hi.
I want to return PDF or Docx File in Actionresult without View or Stimulsoft Reports MVC Viewer.
How can I do that in ASP.NET MVC 5.2?
Thanks.

Re: How to Create Pdf or MS Word File

Posted: Fri Feb 06, 2015 11:41 am
by HighAley
Hello.

You can export the report in code using ExportDocument method.

Thank you.