Jump to content
JasperReports Library 7.0 is now available ×

How to fill vertical fields?


Recommended Posts

By: louis_gely - louis_gely

How to fill vertical fields?

2006-05-30 07:55

Hi every one I have a little question. I have defined a table where each fields represent a column like this :

 

field 1

field 2

...

field n

 

Each field is known with a JavaBean. I have n JavaBean in an arrayList.

 

The result I want to have is :

 

ID1 ID2 ID3 ...

name1 name2 name3 ...

adress1 adress2 adress3 ...

 

But instead of that the result I have is :

 

ID1

name1

adress1

ID2

name2

adress2

ID3

name3

adress3

...

 

I'm using JasperReports 1.2.1. Is there a solution? Am I forgetting something?

 

Thanks again.

 

Regards

 

Louis.

 

 

 

 

By: blosser - blosser

RE: How to fill vertical fields?

2006-05-30 22:37

watch "horizontal" example in the sample, especially parametrs: columnCount="3" printOrder="Horizontal"

 

i hope, it will be useful...

 

 

 

 

By: louis_gely - louis_gely

RE: How to fill vertical fields?

2006-05-30 23:45

Hi! It helps a lot, but how can I change the columnCount attribut using iReport?

 

Thanks a lot!

 

 

 

 

By: louis_gely - louis_gely

RE: How to fill vertical fields?

2006-05-30 23:48

Oups sorry my bad, I found how to change the number of column!

 

 

 

 

By: louis_gely - louis_gely

RE: How to fill vertical fields?

2006-05-31 00:04

It's working thanks a lot!

 

I love you :)

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...