Jump to content
Changes to the Jaspersoft community edition download ×

Charts with PHP-Rest-Api - change image destination of chart


jon.st

Recommended Posts

Hi,

I have a question regarding charts, using the jrs-rest-php-client-2.0.0.

I'm using the following instruction and want to print a report containing an chart (Anzahl_Testfaelle):

$report =$client->reportService()->runReport('/reports/samples/Anzahl_Testfaelle','html'); echo $report;[/code]

The problem here is, that the image source, related to the chart, is not working properly.

Following source is created in this example:

src="/jasperserver/rest v2/reportExecution/ .... /exports/ .... /img_0_0_0

Now I took the image( the image, that was created when compiling the report (local) in jaspersoft studio), stored it on an other server  and changed the link manually.

$report = $client->reportService()->runReport('/reports/samples/Anzahl_Testfaelle', 'html',null, "http://localhost:81/xampp/Dashboard/Images/");[/code]

This is working, but not what I want. Because I want several dynamic created charts on the same page.

Is there a possibility to change the destination folder and the name of the chart image dynamically in the report ?

(For example to set the destination link of the chart image to: http://localhost:81/xampp/Dashboard/Images/new_image_abc.png )

Link to comment
Share on other sites

  • 1 month later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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...