tks u so much!!
Posts made by Adriano Trentim
-
Using Linq.js and Docx
I'm trying to use jsreport and I have a question. Is it possible to use a script file as a helper for rendering a docx for example? I wanted to use linq.js to use summarizations and queries.
-
Render docx with jsreport.Local and ASP.NET MVC 5
I have an application, running in .Net MVC 5.
I have some custom reports in word (docx) and would like to render these reports for download.
I've been reading a lot about jsreport.MVC and jsreport.Local, but I only found examples with the possibility of rendering the view itself.
Questions:
1 - What is the best approach to use docx templates using an MVC5 application? Would it really be jsreport.MVC and jsreport.Local?
2 - Is it possible to pass to the engine, a docx in stream? Because the file is stored in a database.