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

raysefo

Members
  • Posts

    20
  • Joined

  • Last visited

raysefo's Achievements

Explorer

Explorer (4/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hello, I m using Ireport 2.0.0. I have dynamic number of columns in my report. What i want to know is, if its possible to set columns property of the band which is under report columns section on run time?
  2. Hello, I have a report, that has a page footer and detail section. In detail, there is a sub report. When subreport produces more than one page of rows, rows that exceeds the first page disappears. Lets say i have 38 rows of data. In first page it has 15 rows of data, second page 15 rows but in the last page where there should be 8 rows of data but they disappear. Probably, goes under page footer seciton. Any help please?? thanks
  3. Hello, I need to get the last page number into a varible to use it inside the Print When Expression. Any help please? thanks
  4. Hi, I have some lines on my backgorund! And i want to hide them if page number is 1, else they will be visible. But I could NOT manage.Here is the code below on my print when expression part: $V{PAGE_NUMBER}.equals("1") ? Boolean.FALSE:Boolean.TRUE Any help please?
  5. Hi, I have a text field and then a static field on my report. Data comes to text field sometimes fit to the field but sometimes does NOT fit. I chose stretch with overflow option. The data is, "My dog is very clever" but it prints on the report like below; My dog is very clever But i want it "my dog is very clever". how can i fix this???
  6. Hi, I have a main report and a subreport.My subreport returns, 70 rows of data. On my main report, i organized my detail for 27 rows of data. But somehow, when i run my report, some rows of data goes under pagefooter and cant be seen! How can i avoid that? thanks
  7. Hello, I have a id field in my table, which has 125 data sorted. What i want to do on my report is, to show that id field 25 rows side by side. This means, i have to have 5 columns (125 data / 25 rows) and each of this should be in order.Lets say if first columns ends with 25 then the second columns should start with 26 and ends with 50, 3rd row starts with 51... and so on. is this possible?
  8. Hi, I m getting this error! Can anyone help me please? Path = C:Documents and SettingsckizildagworkspaceKBOSWebRootWEB-INFHMDTMrapor PAR1=3252039 sub reportDirectory:C:Documents and SettingsckizildagworkspaceKBOSWebRootWEB-INFHMDTMrapor (fill.JRFillSubreport 617 ) Fill 29564525: exception net.sf.jasperreports.engine.JRException: Could not load object from location : cevapDilekceleri_subreport0_subreport0.jasper at net.sf.jasperreports.engine.util.JRLoader.loadObjectFromLocation(JRLoader.java:266) at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluateSubreport(JRFillSubreport.java:311) at net.sf.jasperreports.engine.fill.JRFillSubreport.evaluate(JRFillSubreport.java:260) at net.sf.jasperreports.engine.fill.JRFillElementContainer.evaluate(JRFillElementContainer.java:274) at net.sf.jasperreports.engine.fill.JRFillBand.evaluate(JRFillBand.java:403) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillSummarySamePage(JRVerticalFiller.java:886) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillSummary(JRVerticalFiller.java:820) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReportEnd(JRVerticalFiller.java:263) at net.sf.jasperreports.engine.fill.JRVerticalFiller.fillReport(JRVerticalFiller.java:120) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:763) at net.sf.jasperreports.engine.fill.JRBaseFiller.fill(JRBaseFiller.java:669) at net.sf.jasperreports.engine.fill.JRFillSubreport.fillSubreport(JRFillSubreport.java:522) at net.sf.jasperreports.engine.fill.JRSubreportRunnable.run(JRSubreportRunnable.java:63) at net.sf.jasperreports.engine.fill.JRThreadSubreportRunner.run(JRThreadSubreportRunner.java:209) at java.lang.Thread.run(Thread.java:595)
  9. Hi, Is it possible to have dynamically subreports according to a parameter? I mean, if parameter is 1 then 1 subreport generated if 2 then 2 subreports generated and so on... thanks
  10. Well but, it should generate empty rows after generating row with data! Lets say, i have 27 rows in a page and in my subreport i have 7 rows of data. This means i need to have 20 empty rows. And this is only 1 page case. If i have more than 27 rows of data this means more than 1 page. So i need to calculate how many empty rows i should generate. Lets say i have 60 rows of data. This means 3 pages. (27 rows for 1 page, 27 rows for second page and 6 rows for last page.) But at last page i need (27 - 6 = 21 empty rows). how can i do this?
  11. Hello, I have a subreport and it should have 25 rows no matter what if its empty! And it also has borders! Is this possible? thanks
  12. i m new to ireports. Would you please explain it a little bit more? Any samples how to create expressions? thanks
×
×
  • Create New...