Jump to content
We've recently updated our Privacy Statement, available here ×

RepositoryReportUnit


europe72

Recommended Posts

 Hello and thanks in advance for any reply or attention to this thread.

I am perusing through iReport's jasperserver plugin code - which utilizes Jasper Server's Web Service API - in order to familiarize myself with how to runReports from WSClients connecting to Jasper Server. In doing so, in ReportRunner.java I have found a call to runReport:

JasperPrint print = getServer().getWSClient().runReport(getReportUnit().getDescriptor() , params);

My question at this point though is how is it that I create a RepositoryReportUnit obj from which I can obtain a ResourceDescriptor? I envisioned being able to pass in a String [path] or URI to the ReportUnit constructor, but there is no such API.

Thanks!

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

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