@aftabrehman1001 probably the only way to get the name of the generated report is by saving the report with the async option, you will find the id of the report in the Location header of the jsreport server response, just note that you will get an URL in the following format: http://jsreport-host/reports/id/status then you would need to extract the id of the url and then have the filename of the report by doing: id + '.pdf'. Also note that saving report in async way has other kind of flow to really know when the rendering has finished, so be sure to check the docs and prepare your app accordingly
general forum