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

Sakura Hana

Members
  • Posts

    38
  • 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 Sakura Hana

  1. "Fale" mean the print dialog is not showing. "True" otherwise.
  2. Hello Everyone, I have got some experiences building JasperReport Server CP version 5.0.0. I built it successfully. Anyway, I want to build JasperReport Server Professional, but I don’t see any methods or corresponding websites for that purpose. Did anybody experience about that? Please share if possible. I really need your help. Thank in advance. When I build I got this error message.
  3. Excuse me! Can you clarify the process of use this code in the jasperreport server side? Thanks.
  4. Can you tell more details please? I also get this problem as you did. Any helps? Appreciate.
  5. Hello Everyone here!! I would like to ask you something related to Jasperreport Library. Can you tell me where can I edit or add java event? Sukura Hana
  6. Ok, let's me suppose the problem. I want to change or add some functions into iReport source code before compiling. The function is: when users select on Static Text and change the Horizental Alignment option to justified, the Rotation options become disable. Users cannot select it unless they change Horizental Alignment option to others. I don't really know where I can edit the code. Any ideas, please? Please look at the image below:
  7. Hello guys! I need yours help. I just wonder is it possible to write java code for changing report properties on iReport IDE? For example, I have design jrxml file. This file is set some properties. Later, I don't need to go IDE for change properties, but I need java code for doing the same thing. Is it possible, again? Sincerely,
  8. Hi Everyone, I need to add some functions to iReport source code before compile it. However, I cannot find where the java events file located. There are a bunch of java file. Who know this what file or where it located? I really need your helps. Thanks.
  9. Can you descript a little bit about how to compile ireport? Thanks.
  10. Hi everyone, I gotta add some functions to ireport using Java code. But I don't know where I can add those functions to. Any help, I reall appreciate.
  11. Hi everyone! I did search for the solution of how to encrypt pdf in iReport. I am running iReport version 5.2. It still cannot apply this purpos. Who can tell me? What wrong with that? Is it come from my wrong configuration? Any idea would be appreciate.
  12. As I test with my own xml with the same format as yours, it works fine. I think it may from your xml file, but I not sure. This is my xml file: <?xml version="1.0" encoding="utf-8"?> <customers d="00001"> <customer type1="A" type2="A"> <person id="1">A</person> <person id="2">B</person> <person id="3">C</person> <person id="4">D</person> </customer></customers>[/code] This is my report code: <?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="dataxml" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="ef5c8faf-8453-4ad5-8e1e-0eb8441c05bf"> <property name="ireport.zoom" value="0.8264462809917354"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="0"/> <queryString language="xPath"> <![CDATA[/customers/customer/person]]> </queryString> <field name="id" class="java.lang.String"> <fieldDescription><![CDATA[@id]]></fieldDescription> </field> <field name="person" class="java.lang.String"> <fieldDescription><![CDATA[child::text()]]></fieldDescription> </field> <background> <band splitType="Stretch"/> </background> <columnHeader> <band height="24"> <staticText> <reportElement uuid="2e20d0c1-2c6e-45fd-a655-beccf4e665a4" x="0" y="0" width="277" height="20"/> <textElement/> <text><![CDATA[child::text()]]></text> </staticText> <staticText> <reportElement uuid="c9cde1b4-929b-4ab7-92ae-0c4f6b711d20" x="277" y="0" width="277" height="20"/> <textElement/> <text><![CDATA[@id]]></text> </staticText> </band> </columnHeader> <detail> <band height="39" splitType="Stretch"> <textField> <reportElement uuid="b45481e9-c7bd-4189-bba8-893a64a976cd" x="0" y="0" width="277" height="20"/> <textElement/> <textFieldExpression><![CDATA[$F{person}]]></textFieldExpression> </textField> <textField> <reportElement uuid="52e2bfe1-616b-4da7-bdeb-4bc33d959c1d" x="277" y="0" width="277" height="20"/> <textElement/> <textFieldExpression><![CDATA[$F{id}]]></textFieldExpression> </textField> </band> </detail> <summary> <band height="42" splitType="Stretch"/> </summary></jasperReport>[/code]
  13. Dear everybody, I am new to Jaspersoft BI. I got some problems with jasper web service. I have got one source code application that using jsp and I can say it is the Web client. When I tried to run this code it works well with some function but other not work. I don't know someone experience with jasperserver-ws-sample-pro.war or not but it does not work fine for all function, totally. Please compare these two image below: and As you can see the, in the client side because it does not show the all the optional that's why it get error when view report. This is this source file http://www.mediafire.com/download/rx5ndnctzi09hks/jasperserver-ws-sample-pro.war Any idear? Please help. Thank before hands.
×
×
  • Create New...