@bjrmatos I want to pass database name in query string and reload or re-init the jsreport. Is that possible?
for example:
localhost:5488/reporting?db=mydb1 if I run with this URL, jsreport connect it to mydb1 database and fetch templates that stored in mydb1 and if I change it to localhost:5488/reporting?db=mydb2 and if i reload it will go and connect to mydb2.