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

ahmy_1

Members
  • Posts

    19
  • 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

Posts posted by ahmy_1

  1. Hi guys i have a little problem. So i have created a table with with deatail band that has Strech Type: Relative to the Tallest Objest and Strech With Overflow: true and when there is longer text in the box it get bigger and all the other row get bigger as well so far good, but i have alignment to the midlle withc doest work with the streched row, the text box is aligment center with its actual size not the one that got bigger. Can some one tell me how to fix this?

    This is what i want.

    dasdadssssssssssssssssssdddddddddddddddddddddddddddddddddddddddddddddddddd
    ddddddddddddddddddddddddddddddddddddddddddddddddd
    ddddddddddddddddddddddddddddddddddddddddddddddddd
     
    asdasdasddasdad
    dasddasdasd

     

     

     

    This is what i ahve

    ddddddddddddd


     
    ddddddddd
    dasdasdasd
    dasdad
    das
    dasdaddasdad
    dasdaddasdasd

     

  2. HI guys, can some one please help me. I'm trying to add report group to my report so i can use the group properties for min height to start new page  . All i want to do is to have a report with a table and below the table text field that i want to be in the same page as the table (something like keep together in MS Word). Can some one please help me. Thank you so much!

  3. Hi guys so im creating an important report which have a table of people and at the end i have sign here text field, but some times the sign here text goes to the second page of the report which is not good is there are a way to fix this problem?

  4. Hi, guys can some one help me out with a project, I wanna create a converter or something like a converter. So when i use "save as" at a MC word document and save it as as XML file i want to paste it at XML View in Jasper Ireport i was told that this is possible to directly convert the xml file. Xml specifications of these files are made public so this is possible and by using Apache Poi to read the MS Office xml and to generate jrxml using dynamic report creation technique. But i can make it work either way can some one help me out with more information how to do it?

  5. Hi, guys is there a way to SAVE AS XML file from word document and import it to jasper, let me give you an example:
    I have a word document with header Hello World and i save the file as XML so when i create new report i go to xml in Jasper Ireport and i copy/paste the xml from the word document so i can get Hello World in ireprot without creating anything? 

    I know there must be something like a convertor. I just wonder did some one create something similar 

  6. Hi, guys I'm trying to make a report of 3 tables with table header and detail band all of my tables are set to blank when null and remove line when blank. So when I execute the report i get blank place between 2 tables because the one in the middle is blank however i have set them to float except the first table which is fixed to the top...

    I tryed to do the same thing using list insted of tables but there was the same problem.

     

    This is what I get when there is blank table in the midlle:

    header1header1
     

     

    (white space because of the blank report) 

    header3header3

     

     

     

     

    This is what i want to get when there is blank table in the middle

    headr1

    headr1

     

     

     

    headr3

    headr3

     

     

     

     

  7. <?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="text_output" language="groovy" pageWidth="555" pageHeight="802" columnWidth="555" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="9a0b1db2-1ed0-44e1-960b-4626cea0097d">

    <property name="net.sf.jasperreports.export.text.page.width" value="80"/>

    <property name="net.sf.jasperreports.export.text.page.height" value="40"/>

    <property name="ireport.zoom" value="1.4641000000000008"/>

    <property name="ireport.x" value="0"/>

    <property name="ireport.y" value="0"/>

    <queryString>

    <![CDATA[  select  FirstName, MiddleName, LastName

      from student

      where id < 500]]>

    </queryString>

    <field name="FirstName" class="java.lang.String"/>

    <field name="MiddleName" class="java.lang.String"/>

    <field name="LastName" class="java.lang.String"/>

    <title>

    <band height="20">

    <staticText>

    <reportElement uuid="0d85fdfa-a227-4d79-8c67-e9bec2e4edbd" x="0" y="0" width="454" height="20"/>

    <textElement>

    <font fontName="Consolas"/>

    </textElement>

    <text><![CDATA[Empoyees]]></text>

    </staticText>

    </band>

    </title>

    <detail>

    <band height="20" splitType="Stretch">

    <textField>

    <reportElement uuid="9094fe84-25d6-4eff-878e-29fc12ead2a6" x="0" y="0" width="454" height="20" isPrintWhenDetailOverflows="true"/>

    <textElement>

    <font fontName="Consolas"/>

    </textElement>

    <textFieldExpression><![CDATA[$F{FirstName} + " " + $F{MiddleName} + " " + $F{LastName}]]></textFieldExpression>

    </textField>

    </band>

    </detail>

    </jasperReport>

     

  8. Hi guys, can some one please help me. I'm trying to get a report which shows me a list of persons and it needs to be a  .txt file.  But when i preview the .txt file has 2 blank spaces for every page. In short can i make a report with a data only in one big page?

    Waneta Sills  
    Luann Willcox  
    Mao Askey  
    Benny Beauregard  
    Jeanett Haberman  
    Jamie Pepper  
    Francisco Holm  
    Kimbra Lara  
    Beverly Poyer  
    Shelba Terrel  
    Carmel Willams  
                                             i wanna ger rid of this two  
                                            blank spaces  
    Kirsten Caroll  
    Vertie Branson  
    Marla Felberbaum  
    Donita Robbs  
    Jada Zhou  
    Alisia Garceau  
    Luna Rezentes  
    Glenn Garriott  
    Kasandra Crimi

     

  9. Hi, I have a report with a similar problem I can generate a table like the one below from sql script the only problem that i have is that i dont know how to make the Total part one with the Name a.k.a colspan. Its in my detail part and using column footer won't help me . I'm getting Total by using if else : $F{Row}.intValue() == 10000?" Total  " : $F{Row} . In short how can hide table column border only for id = 10000?

    RowNameMondaythursday wednesday
    1John545425
    2Mike453545
    Total 998970
    1Peter355763
    2Harry242835
    Total 598598

     

     

  10. Hi, guys I'm trying to upload main report with a subreport to a jasper server. There is an image in my subreport and i have renamed it as "repo: SS-PU.jpg" also the subreport is named the same way:

    "repo: subreport.jrxml" . But i get this error 

    Repository file resource /reports/PeU_test/ExamProtocol_blank31_files/SS-PU.jpg could not be loaded

    If i try to upload the subreport without an image there is no problem it works but i need the picture to be inside the subreport ...
    In short can some one tell me how to upload a subreport to a main report with an image inside the subreport. 

  11. Hi, guys can some one help me please. I'm trying to upload a report to a server but there is a subreport in my main report and the subreprot contains an image and that seems to be the problem ...
    In shor how can i upload a main report with a subreport that contains an image?

  12. Hi, I'm new to iReport and i was informed that i can create a subreport in my report as a header so i wouldn't have to create the same header over and over again in other reports. But that said there is another way to just write a simple program/script that would insert xml tags/update jrxml files intead of doing the above because it's faster to render than using subreports. So my question is can some one give a xml example to show me how it this works? 

    Original question: http://community.jaspersoft.com/questions/1007361/ireport-header

  13. Hi, I'm new to iReport and i was wondering if i can create a report with only page header in it and then use it in my other reports so i would't have to create the same header over and over again. And if i change something in the main page header report it would change the other reports

×
×
  • Create New...