Jump to content
Changes to the Jaspersoft community edition download ×

How to generate a report in Android using (Jasper Android SDK)


aravintz

Recommended Posts

How to generate a report in Android using (Jasper Android SDK)

 

 Using the JasperAndroidSDK I am able to view the  list of reports  from a given path using  ResourcesList getResources(String uri).

 

Now I need to view/Render the report in my Android Application.I can see various functions in the JASPERAndroidSDK to get the url of the report. 

 

1.String generateReportUrl(String reportUri, List<ReportParameter> parameters)

 

2.String generateReportUrl(String reportUri, List<ReportParameter> parameters, String format)

 

3.String generateReportUrl(String reportUri, List<ReportParameter> parameters, int page, String format)

 

The Above three function generates a URL.But I am not able to launch the URL using the Webview.

 

Kindly Advice

 

Thanks in Advance 

Link to comment
Share on other sites

  • 4 months 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...