Author Topic: Integrate Java Script  (Read 628 times)

Offline Srik

  • Senior Member
  • ****
  • Posts: 71
  • Forum Citizenship: +0/-0
Integrate Java Script
« on: 06 Jun 2006 01:21:15 pm »
Can we integrate JSP in report studio ?
If yes how ?

Thanks,
Kanth.

Offline JoeBass

  • Global Moderator
  • Community Leader
  • *****
  • Posts: 143
  • Forum Citizenship: +8/-0
Re: Integrate Java Script
« Reply #1 on: 07 Jun 2006 07:32:17 am »
Hi Kanth, If you mean JavaScript, then you can embed it within an HTML item.

Offline Darren12

  • Full Member
  • ***
  • Posts: 7
  • Forum Citizenship: +0/-0
Re: Integrate Java Script
« Reply #2 on: 17 Jul 2006 01:15:03 pm »
Yes you can but it wont reflect in the output of Report Studio..you can embed the JSP code within the HTMLItem..and save the HTML type output of the report within a folder of you JSP Webserver which hosts your JSP pages..you can achieve this using a java code..i.e. generate the report asynchronously..using your JSP page call the HTML report..which can be saved as a .jsp file in the webserver using the java code..which will now act as a JSP page..hope this helps..

Darren
« Last Edit: 21 Jul 2006 09:12:30 am by Darren12 »