daust/JasperReportsIntegration
jasper report with UTF8 filenameHi, the following codes failed to generate the report, is it possible to set the p_out_filename to UTF8 characters? declarel_additional_parameters varchar2(32767);beginxlib_jasperreports.set_report_url('');l_additional_parameters := 'P_ID=' || apex... |