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

lisaws

Members
  • Posts

    29
  • 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 lisaws

  1. Hi, I'm looking to create a report that is basically a dummy report, where all it does is take some parameters, then calls a different report. In the past I have drilled down to other reports by using hyperlinks - however I don't think that works in this case because I want the other report to be immediately called, without any clicking. I am using iReport 5.2.0. Thanks, Lisa
  2. Hi, I am using the property net.sf.jasperreports.export.xls.row.outline.level per the doc http://community.jaspersoft.com/blog/tip-excel-export-expand-and-collapse-grouped-data-jasper-reports-or-outline-row-level-property and it is working great. However, I would like the exported Excel file to default to collapsed mode, or in other words, display at outline level 1. Is there any way to achieve this? I am using iReport 5.2.0. Thanks, Lisa
  3. Hi, I am testing an upgrade from JasperServer 5.2 to 6.2, and am running into an issue with page breaks. In 5.2 the report prints in 3 Excel tabs as expected. However, in 6.2 the page breaks work in the UI, but when exporting to Excel all data prints on the first tab. I thought the property net.sf.jasperreports.export.xls.one.page.per.sheet = true would solve this, but I already have it and it still doesn't work. There is a main report with two subreports in it, and all three files include the following properties: <property name="net.sf.jasperreports.export.html.remove.empty.space.between.rows" value="true"/> <property name="net.sf.jasperreports.export.xls.white.page.background" value="false"/> <property name="net.sf.jasperreports.export.html.using.images.to.align" value="false"/> <property name="net.sf.jasperreports.export.xls.ignore.cell.border" value="false"/> <property name="net.sf.jasperreports.page.break.no.pagination" value="apply"/> <property name="net.sf.jasperreports.export.xls.one.page.per.sheet" value="true"/> <property name="net.sf.jasperreports.text.truncate.at.char" value="true"/> <property name="net.sf.jasperreports.print.keep.full.text" value="true"/> <property name="net.sf.jasperreports.export.xls.detect.cell.type" value="true"/>[/code] I have tried with 'Ignore Pagination' checked true for all three files, and I've also tried it as false. Is there a new property I am missing? Or perhaps one of these properties is conflicting with something? I am using Jaspersoft Studio btw. Thanks, Lisa
  4. I'm using iReport 5.2.0. I have a cell with text that is too long for the cell - and, rather than clipping the text, or wrapping it - instead I would like to have the text continue and overlap the next cell to its right (which is blank). Is this possible in Jasper?
×
×
  • Create New...