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

srikanta.rath20

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by srikanta.rath20

  1. i have generate PDF,CSV,HTML report through scheduling report rest api takes around more than 1 minute to generate report on server. is there any way to optimize report generation time? Ex: scheduling report rest api : http://:/jasperserver[-pro]/rest_v2/jobs/ Thanks in advance! Any help will be appreciated.
  2. I have created report using tabledate set in jrxml with default size.while viewing this report as html report size is fixed not changed according to browser window. I need to show this report on front end as per client browser or mobile resolution, and My requirenment is that report get autosized, so I want to know Is there any way I can acheive the same, If yes then how to change html report autosize according to client's browser.? Thanks in advance! Any help will be appreciated.
  3. How to change timeformat in jasper rest api http://:/jasperserver[-pro]/rest_v2/resources? creation date format in response. Ex: current datetime format "creationDate": "2013-07-04T12:18:47" change to new format "creationDate": "2013-07-04T12:18:47+05:30" rest API response: { "resourceLookup": [ { "version": 0, "permissionMask": 1, "creationDate": "2019-02-18T13:24:03", "updateDate": "2019-02-18T13:24:03", "label": "xxxxxxxxxxxxx.html", "description": "DemoReport", "uri": "xxxxxxxxxxxxxxxxxxxxxx.html", "resourceType": "file" }, { "version": 0, "permissionMask": 1, "creationDate": "2019-02-18T12:38:40", "updateDate": "2019-02-18T12:38:40", "label": "xxxxxxxxxxxxxxxxxxx.html", "description": "created by prabha", "uri": "xxxxxxxxxxxxxxxxxxxxxxxxx.html", "resourceType": "file" } ]}[/code]
  4. How to change timeformat in jasper rest api http://<host>:<port>/jasperserver[-pro]/rest_v2/resources?<arguments> creation date format change in response Ex: current datetime format is "creationDate": "2013-07-04T12:18:47". change to fomat "creationDate": "2013-07-04T12:18:47+05:30"
×
×
  • Create New...