How to use jsrender engine for xlsx recipe with client application & webapi and jsreport embedded server.
-
Are the following commands enough to install complete jsreport server?
npm install -g jsreport-cli
jsreport init
jsreport start
-
@Kambhammettu yes, with those commands you will get the latest jsreport server.
-
I installed jsreport latest server. It started in port 5488 successfully. But may i know how to render report from client using jsreport.axd...embed.js reference??
-
Its working with few steps suggested in jsreport.net documentation using new server. Please ignore my previous question. Thanks for your help.