Jump to content

Sakura Hana

Members
  • Posts

    38
  • Joined

  • Last visited

 Content Type 

Forum

Downloads

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Events

Profiles

Posts posted by Sakura Hana

  1. 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:

    ask(1).PNG.e0be8233cbf09000baef4b17b6d6f13d.PNG

  2. 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,

  3. 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.

  4. 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]

     

  5. 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:

    option-server.PNG.ed070b1da44a50ea4f0c333a3fe5cc42.PNG     and option-webclient(1).png.b3b76fa5735731a8910dd29fcc97608f.png

     

    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...