briglia23 Posted December 1, 2010 Share Posted December 1, 2010 Hi,I apologize if the post is already present or if the section is not the right one.Using iReport 3.7.6 and let me know how I can print the data in multiple columns.For example, if I have the following information:dato1, dato2, dato3, dato4, dato5when I print it:dato1dato2dato3dato4dato5but I would like them to be like this:dato1 dato4dato2 dato5dato3Thanks in advance Link to comment Share on other sites More sharing options...
cbarlow3 Posted December 1, 2010 Share Posted December 1, 2010 The first thing to do is in the Report Inspector, click on the very top level in the tree, which is the name of the report itself. In the Properties pane, you'll see a section that "Columns" that lets you define how MANY columns you want (two in your example), the column WIDTH, and the column SPACE (I believe that's the space between columns that will automatically be added as padding). Further down in that same pane is a property called "Print Order", which can be set to "Horizontal" if you want:data1 data2data3 data4data5 etc. or can be set to "Vertical" if you want: data1 data4data2 data5data3 Hope that helps.Carl Link to comment Share on other sites More sharing options...
briglia23 Posted December 2, 2010 Author Share Posted December 2, 2010 Thanks a lot.That's works Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now