Jump to content
Changes to the Jaspersoft community edition download ×

RESTful - Change Report Datasource


jcolman

Recommended Posts

How to change this report datasource "/datasources/integrado" to "/datasources/otherdatabase" 

using REST.

 

<resourceDescriptor name="Usuarios" wsType="reportUnit" uriString="/reports/Usuarios" isNew="false">

<label>

<![CDATA[usuarios]]>

</label>

 

<parameter name="opcion1">1</parameter>

 

<resourceDescriptor wsType="datasource" isNew="false">

<resourceProperty name="PROP_REFERENCE_URI">

<value>

<![CDATA[/datasources/integrado]]>

</value>

</resourceProperty>

</resourceDescriptor>

 

</resourceDescriptor>

 

 

 

 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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