Jump to content

Pass same xml source to subreport


mohit.garg

Recommended Posts

I am using net.sf.jasperreports.xml.source  to get xml file from remote server. How to pass the same file to subreport?

If I provide net.sf.jasperreports.xml.source  in the subreport then xml file is read from the remote server but it is making a new server call, not reading the same xml file of main report.

How to use the output of net.sf.jasperreports.xml.source from main report to subreport so that remote server is not called in subreport? 

value of net.sf.jasperreports.xml.source  is dynamic like '"http://".concat($P{url}

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