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

geannib

Members
  • Posts

    5
  • Joined

  • Last visited

geannib's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Yes that was the problem with the height. Another thing: in case the detail is spred over multiple pages, the shape is limited only to the first page. Setting "detail overflow" does not solve the problem. How can I make it taking the size of the detail on many pages? Thanks
  2. This is a sample. I tried both ContainerHeight and RelativeToBandHeight. I'm using jasper studio 6.6.0. In the preview I see the rectacle with its original size. <?xml version="1.0" encoding="UTF-8"?><!-- Created with Jaspersoft Studio version 6.6.0.final using JasperReports Library version 6.6.0 --><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="shape" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="8a872d2a-ad58-4353-a920-4da129ef0c07"> <property name="com.jaspersoft.studio.data.defaultdataadapter" value="DataAdapter.xml"/> <queryString> <![CDATA[]]> </queryString> <background> <band splitType="Stretch"/> </background> <title> <band height="79" splitType="Stretch"/> </title> <pageHeader> <band height="35" splitType="Stretch"/> </pageHeader> <columnHeader> <band height="61" splitType="Stretch"/> </columnHeader> <detail> <band height="130" splitType="Stretch"> <rectangle> <reportElement positionType="Float" stretchType="ContainerHeight" x="329" y="65" width="100" height="50" uuid="c170cee6-c44e-4060-9220-088b4c615cd4"/> </rectangle> <staticText> <reportElement x="23" y="19" width="100" height="30" uuid="7bdc1794-c000-4654-80ee-383af8e08a38"/> <text><![CDATA[begin]]></text> </staticText> <staticText> <reportElement x="30" y="85" width="100" height="30" uuid="4538d6c5-c842-4af2-80e6-a98b77827ea1"/> <text><![CDATA[end]]></text> </staticText> </band> </detail> <columnFooter> <band height="45" splitType="Stretch"/> </columnFooter> <pageFooter> <band height="54" splitType="Stretch"/> </pageFooter> <summary> <band height="42" splitType="Stretch"/> </summary></jasperReport>[/code]
  3. Hi I want to have a shape inside the detail section. The height of the shape I want to be the same height as the detail. The details section is dynamak and I don't know from the beginning which size to set. I want to anchor somehow the top and bottom of the shape(rectangle for example) on the top and bottom of the detail. Is it possible?
  4. I have an issue with the fonts: 1. I created a sample report in the editor 2. run the preview, the text look fine 3. export the reprot in pdf format from the TIBCO then the pdf looks wrong. 4. Generate the report from a java application the pdf is the same as the one saved from the editor. It is wrong Sample text is: Pdf text is : The text aboce it is a text field, the text comes from a JSON data source. I tried "arial" and "Times new roman" both having same problem The special characters (Romanian) are missing in the exported pdf. As I said they are looking fine in report preview. Should I mention that docx looks fine. Should I export somehow the fonts? Thanks, Geanni
  5. Hi, I'm altmost new to Jasper studio. I have a strage experience: I played with 6.5.0 version and today I installed the 6.5.1. The big problem is that when I create a new JSON adapter from local file I don't see any data (I see the fields). It works fine for "read fields" but I don't see any data on "Data preview" tab. Also when I add a field in the detail section of the report looks fine, but on the preview I can see only a null entry. T tried many time, just noticed that it worked perfect yesterday, also the JSONQL queries, subreports everything... To avoid any confusion I used the nordwinds JSON file from the samples project. I tried both windows and mac versions. I spent altmost the entire day looking for a solution, anybody has any idea? I'll look to attach printscreens if anybody interested to help. Thanks, Geanni
×
×
  • Create New...