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

fatsy

Members
  • Posts

    40
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Everything posted by fatsy

  1. :) The problem I had was the report directory. Printing sub report horizontally now works
  2. Hallo, Please can someone help me:( I've have a masterreport that is printed vertically and in it I have a subreport that is suppossed to be horizontally printed unfortunately it is also printed vertically. How can I print the subreport horizontally or is it not possible. I have gone through the forum looking out for a solution but didin't succeed. Hopefully someone out the will answer my question which I'm stuck on for along time now. Please!!!!!:( Thanks in advance. Fatsy
  3. Hallo, I've gone through the forum but didn't get my question answered. My question is can I print a horizontal subreport on a vertical report.I tried but the subreport will be printed vertical instead of horizontally. Please can anyone tell if its possible.:( Thanks in advance regards Fatsy
  4. Hallo, I tried printing out a subreport horizontally and it worked.But when I attache it to a materreport the subreport is printed vertically although I wanted it to be printed horizontally.Is it possible printing horizontally & how am I suppossed to do it. Thanks in advance Regards Fatma
  5. Hallo, I'm having an out of memeory error error when trying to run my master report. I tried solving it for nearly a week now but didin't succeed. Please can anyone help me http://www.jasperforge.org/components/com_joomlaboard/emoticons/sad.png :( I have attached below my .jrxml files. Note: useCase is master report useCase1 is subreport. Thanks alot in advance regards Fatsy
  6. Hallo, I'm trying to run my Java code with a virtualizer in it I'm having the following error which is attached to a file below. My java code is written below. My question is why this error occurs.I've tried all my best to solve it but didn't succeed. Thanks in advance regards Fatsy public class UseCase { /** * @param args unused */ public static void main(String[] args) { JasperReport jasperReport; JasperPrint jasperPrint; Map parameter = new HashMap(); try { JRFileVirtualizer virtualizer = new JRFileVirtualizer(2,"tmp"); parameter.put(JRParameter.REPORT_VIRTUALIZER, virtualizer); JRXmlDataSource xml = new JRXmlDataSource(new File("edb-usecases.xml"), "/UseCaseGroup/UseCaseGroup/UseCase"); jasperReport = JasperCompileManager.compileReport("UseCase.jrxml"); jasperPrint = JasperFillManager.fillReport(jasperReport,parameter, xml); JasperExportManager.exportReportToPdfFile(jasperPrint,"usecase.pdf"); virtualizer.cleanup(); } catch (JRException e) { e.printStackTrace(); } } } [file name=error-40e640650ed0001818de5f5f9ccc12aa.txt size=4281]http://www.jasperforge.org/components/com_joomlaboard/uploaded/files/error-40e640650ed0001818de5f5f9ccc12aa.txt[/file]
  7. Hallo, I'm having a out of memory error when starting a master report with subreports. I would like to know how would Virtualizer in ireport tool implemented. Or must I use java application with jasperreport. T Thanks in advance
  8. Hallo, I'm having a out of memory error when starting a master report with subreports. I would like to know how would Virtualizer in ireport tool implemented. Or must I use java application with jasperreport. T Thanks in advance regards Fatsy
  9. Hallo, when starting the compiled masterreport with subreports an error occurs which isjava.lang.OutOfMemoryError: Java heap space. I'm using ireport 1..3.1 and java version "1.5.0_09" How can I solve this problem. Please help me :( Thasnks in advance Yours Fatsy
  10. hallo, I have a question whoch i'm not sure if I can solve it with jasperreports.Hopefully someone out there can help me. Is it possible in subreports to adjust the height of it according to the length of data source. What I mean is that on some pages the data fits completey on the height(fully occupied) but other pages not all.So here there will be a blank space because the data is not so much as in the previous page.I tried with isRemovelineWhenBlanck="true" but it didin't work. An answer will be much appreciated Thanks in advance Yours Fatsy
  11. Hallo, It worked. Thanks alot for your help Yours Fatsy
  12. Hallo, I have master report which has a variable declared in it.The subreport ist using its own data expression i.e (net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).dataSource("/UseCaseGroup/ UseCaseGroup/UseCase[@id=$V{ID}]/MainScenario/Step")]] But unfortunately the subreport part is blank. So my question did I not correctly my XPath or what i'm I supposed to do to make them visible. Any help or suggestion will be very appreciates Thanks in advance Your Fatsy
  13. Hallo, I have master report which has a variable declared in it.The subreport ist using its own data expression i.e (net.sf.jasperreports.engine.data.JRXmlDataSource)$P{REPORT_DATA_SOURCE}).dataSource("/UseCaseGroup/UseCaseGroup/UseCase[@id=$V{ID}]/MainScenario/Step")]] But unfortunately the subreport part is blank. So my question did I not correctly my XPath or what i'm I supposed to do to make them visible. Any help or suggestion will be very appreciates Thanks in advance Your Fatsy
  14. Hi, I also Have the same problem.Did anyone from you solve it. reply would be really appreciated. Thanks
×
×
  • Create New...