I need to layout a report that prints labels. The labels are each 4"x3". I see a layout of two across (8") and three down (9") on a letter size page.
Each label has unique information. How do I lay the report out so it prints left to right then down to the next row, left to right, and so on?
I did not find any obvious guidance or samples. If I have missed a reference feel free to point me to it.
Thanks
John W
Label report?
-
- Posts: 7332
- Joined: Tue Mar 20, 2018 5:34 am
Re: Label report?
Hello,
You can set the Columns and ColumnDirection=Across Then Down properties for the DataBand.
Thank you.
You can set the Columns and ColumnDirection=Across Then Down properties for the DataBand.
Thank you.
Re: Label report?
Thank you I need to take another look at my setting, right now I only get the first record.
Re: Label report?
Found the problem it is working now. I neglected to set the datasource for the databand. My bad.
-
- Posts: 7332
- Joined: Tue Mar 20, 2018 5:34 am
Re: Label report?
Hello,
Thank you for the information.
Thank you for the information.