serhii.dakhnii Posted September 7, 2017 Posted September 7, 2017 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now