Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » how to integrate BirtViewer Content into a bootstrap template (php/html web application))
how to integrate BirtViewer Content into a bootstrap template (php/html web application)) [message #1790281] Thu, 07 June 2018 19:28
sara gabtni is currently offline sara gabtniFriend
Messages: 4
Registered: June 2018
Junior Member
Hi,
i have create some reports with Birt Eclipse , and i have successfully deploy those reports into a tomcat server so that i can view them successfully into BirtViewer when writing like this:
http://localhost:8181/Birt-Viewer/frameset?__report=mvt.rptdesign

my purpose is to deploy those reports into my web application which is developped with php,html
so i created a php file (which is located in my apache server under /var/www/html) and i write this
code to run my report from my web application:

<?php

$dest = "http://localhost:8181/Birt-Viewer/frameset?__report=mvt.rptdesign";
header("location: ".$dest);

?>


so i can also successfully view my reports runnig from my php web application
but my problem is when i try to embed this php script into a html file (bootstrap template)
i got a blank page.

have you please an idea how can i solve this problem? or is it possible to use BirtViewer with bootstrap templates?

thanks,
Previous Topic:line\record length limit to X characters
Next Topic:Connecting a MS Access database using java 8
Goto Forum:
  


Current Time: Thu Apr 18 18:04:08 GMT 2024

Powered by FUDForum. Page generated in 0.01777 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top