Jump to content

serhii.dakhnii

Members
  • Posts

    3
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by serhii.dakhnii

  1. I'm trying to render multipage report with HTML5 charts on the first and the second pages.

    this.report = this.v.report({        loadingOverlay: false,        container: this.container,        server: this.server,        resource: this.props.resource,        params: //some my params        events: {          beforeRender: this.handleSuccess,        },        pages: '1-3',        success: console.warn,        error: this.props.addNotificationError,      });[/code]

    The chart on the first page is rendering, but the chart on the second page is blank.

    I've found out that the API performs the only call to http://myserver/jasperserver-pro/getReportComponents.html with form data:

    jasperPrintName:2c52ae0e-7927-4b50-a456-5b7e829a2e23 (or any other id)pageIndex: 0[/code]

    As the result, only the first chart configuration is retrieved. Could anybody tell the reason of the only call for components or suggest the way to simulate the calls for the other pages? Thanks.

×
×
  • Create New...