Jump to content
We've recently updated our Privacy Statement, available here ×
  • Removing the “Loading..” message while navigating between pages in a report in JasperReports Server 7.9.


    Anuja Vilas Bhujbal
    • Features: Reports Version: v7.9.0 Product: JasperReports® Server

    Problem:

    The “Loading...” message between navigation of pages for a report on JasperReports Server may seem to be disruptive for user experience which was not seen in versions prior to 7.9 JRS.

     

       loading_report.png.d3acfc4426d9ee4f256184db3af6a3cd.png

     

    Cause:

    This was an intentional change in the 7.9 JasperReports Server. The report viewer has been refactored to use the same code as the dashboards, so that our product uses a single report viewing API, which works the same way everywhere. The "Loading.." message appears because each time we click the next page, it sends a request to the server and we have to wait for the 2nd page generation. Hence, this is by default how the jasperserver is designed to function in the 7.9 version.

    Resolution:

    As a workaround for this, you will need to make changes in the <js-webapp>jasperserver-proscriptsruntime_dependenciesbi-reportsrcbireportReport.js file. You will need to Comment out 'controller.view.showOverlay()’ in the file and this will resolve the issue.

      report_js.png.a641f2c61dd067b676c5d593d2d40400.png

     

    Also, as we are making changes in the javascript file you will need to follow the below documentation to optimize the scripts to get the changes reflected on the server if optimization has been enabled on your JasperReports Server.

     

    https://community.jaspersoft.com/documentation/tibco-jasperreports-server-ultimate-guide/v790/customizing-javascript-files


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...