Home
Analytics
Multiple labels in one page.
dcbsant
<p>Hi,</p>
<p> </p>
<p>I have a report to print labels working. I have a table with all data and barcodes to make the label.</p>
<p> </p>
<p>Now I have this:</p>
<p> </p>
<p>PAGE 1</p>
<p> LABEL 1</p>
<p> LABEL 2</p>
<p> </p>
<p>PAGE 2</p>
<p> LABEL 3</p>
<p> LABEL 4</p>
<p> </p>
<p>I want to adjust the labels to the page to have</p>
<p> </p>
<p>PAGE 1</p>
<p> LABEL 1 LABEL 3</p>
<p> LABEL 2 LABEL 4</p>
<p> </p>
<p>So, I need to configure the page but I dont know how....</p>
<p> </p>
<p>Thank you</p>
Find more posts tagged with
Comments
pricher
<p>Hi,</p>
<p> </p>
<p>If you can live with the fact that the labels will be displayed going across and down instead of down and across (which I think is not an issue when printing mailing labels...), i.e:</p>
<p> </p>
<p>Label 1 Label 2 Label 3</p>
<p>Label 4 Label 5 Label 6</p>
<p> </p>
<p>then the way to do this is to create a List, bind it to your data set, then inside the detail area of the list add a grid with one column and as many lines as you need for the address. You can format the width and height of the grid to match your mailing label size. To make the grid repeat across a line, go to the Property of the grid, and in General --> Display, select Inline.</p>
<p> </p>
<p>The attached report shows a working example.</p>
<p> </p>
<p>Hope this helps,</p>
<p> </p>
<p>P.</p>
dcbsant
<p>Hi Pierre,</p>
<p> </p>
<p><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Across and down instead of down and across is not an issue. Thank you. Im going to test your solution.</span></p>
<p> </p>
<p><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">One thing more... do you have an example file for this rptdesign to check how it runs?</span></p>
<p> </p>
<p><span style="color:rgb(40,40,40);font-family:'Source Sans Pro', sans-serif;">Thank you very much for your help.</span></p>
pricher
<p>The report design I sent you uses Classic Models, the sample database found in every installation of BIRT.</p>
<p> </p>
<p>P.</p>
dcbsant
<p>Pierre,</p>
<p> </p>
<p>Thank you very, very much. It's working perfectly.</p>
<p> </p>
<p>Merci.</p>