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

AISU

Members
  • Posts

    14
  • 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 AISU

  1. www.pjug.org/jasperreports-pjug-2004-04-27.ppt‎ izugizosvn.googlecode.com/svn/.../Jasper%20Report/JasperReports.ppt‎ https://wiki.ssdt-ohio.org/.../Jasper_Reports_and_iReport_Training.ppt?...‎
  2. Try this link:http://community.jaspersoft.com/questions/824538/implement-jasperreport-php
  3. Anybody please help.. Its very urgent..please
  4. "Hai friends, I create a chart using ireport and the generated jrxml code is //Sample.jrxml <?xml version="1.0" encoding="UTF-8"?> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="chart2" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20"> <property name="ireport.zoom" value="1.0"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="307"/> <queryString language="SQL"> <![CDATA[sELECT exam_details.`exam_id` AS exam_details_exam_id, exam_details.`exam_name` AS exam_details_exam_name, exam_details.`question_no` AS exam_details_question_no, exam_details.`time` AS exam_details_time FROM `exam_details` exam_details]]> </queryString> <field name="exam_details_exam_id" class="java.lang.Integer"/> <field name="exam_details_exam_name" class="java.lang.String"/> <field name="exam_details_question_no" class="java.lang.Integer"/> <field name="exam_details_time" class="java.lang.Integer"/> <background> <band splitType="Stretch"/> </background> <summary> <band height="802" splitType="Stretch"> <barChart> <chart> <reportElement x="116" y="363" width="300" height="183"/> <chartTitle/> <chartSubtitle/> <chartLegend/> </chart> <categoryDataset> <categorySeries> <seriesExpression><![CDATA[""]]></seriesExpression> <categoryExpression><![CDATA[$F{exam_details_exam_name}]]></categoryExpression> <valueExpression><![CDATA[$F{exam_details_question_no}]]></valueExpression> </categorySeries> </categoryDataset> <barPlot> <plot/> <itemLabel/> </barPlot> </barChart> </band> </summary> </jasperReport> I want to display the chart in a web appliaction. My php code is <?php //Import the PhpJasperLibrary include_once('PhpJasperLibrary/tcpdf/tcpdf.php'); include_once("PhpJasperLibrary/PHPJasperXML.inc.php"); //database connection details $server="192.168.0.101"; $db="localhost"; $user="root"; $pass="mysqlpass"; $version="0.8b"; $pgport=5432; $pchartfolder="./class/pchart2"; //display errors should be off in the php.ini file ini_set('display_errors', 0); //setting the path to the created jrxml file $xml = simplexml_load_file("myreport.html_files/Sample.jrxml"); $PHPJasperXML = new PHPJasperXML(); //$PHPJasperXML->debugsql=true; //$PHPJasperXML->arrayParameter=array("parameter1"=>1); $PHPJasperXML->xml_dismantle($xml); $PHPJasperXML->transferDBtoArray($server,$user,$pass,$db); $PHPJasperXML->outpage("I"); //page output method I:standard output D:Download file But it shows a blank in the webpage.How this occured..plz anyone help to get the chart.
  5. I am using iReport . I want to set background color to entire page.I didn't found any report property for background color. Can anyone help me in this?
  6. i create a graph in ireport 4.5.0,in x-axis name of product and in y axis its sales rate. I connect this page in my webpage and run it in wamp.but the graph is not display in the pdf. How can i display the graph in my webpage. Images and other templates are also not display in the pdf. Please help
  7. http://chathurangat.blogspot.in/2012/03/jasperreports-with-php.html I think this link will help you
  8. I have a php webpage to display the details of clients of an organisation. I stored the details in mysql databases. In this page there is a link name as report. When click the link it needs to display the clients report. When click the link the report will create using jaspersoft and display it. IS it possible?? please help me.if this is a blender question please forgive
  9. java.sql.SQLTransientConnectionException: java.net.ConnectException: Connection refused: connect how to avoid this error while select a data source when create jaspersoft report in jaspersoft studio
  10. I think download mysql driver and add to the classpath of Jaspersoft Studio.
  11. I think This link will help you http://community.jaspersoft.com/wiki/getting-started-rest-web-service-api
×
×
  • Create New...