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

olyncircle

Members
  • Posts

    10
  • 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 olyncircle

  1. I already found another solution. Please delete
  2. I need to print a two page report that has five columns and prints horizontally. The detail of my reports can't fit on the first page so I need to print the continuation on the second page. For example: Page 1: Rec 1 Rec2 Rec3 Rec4 Rec 5 Rec 1 Rec2 Rec3 Rec4 Rec 5 Rec 1 Rec2 Rec3 Rec4 Rec 5 Page 2: Rec1 Continuation Rec2 Continuation Rec3 Continuation Rec4 Continuation Rec5 Continuation Rec1 Continuation Rec2 Continuation Rec3 Continuation Rec4 Continuation Rec5 Continuation Rec1 Continuation Rec2 Continuation Rec3 Continuation Rec4 Continuation Rec5 Continuation I tried adding another detail band for the second page but I think it is not the correct way. Is there a way to do this?
  3. You can use PRINT WHEN EXPRESSION using the variable COLUMN_NUMBER. Put this on the Static Text / Label $V{COLUMN_NUMBER} == 1[/code]This means that the label will only show on the first column.
  4. I don't know why the group 3 header is not printing on the second page only. I will attach the sample pdf and the source code.
  5. Make your bean a field not a parameter. Instead of using new JREmptyDataSource(), you can use JRBeanCollectionDataSource.
  6. How did you do this? Have you figured out how to do this?
  7. I have a table in the first half of the page and I want to print the same table in the second half of the page. I tried adding two detail bands but I can't put a separator between the two bands.
×
×
  • Create New...