Page 1 of 1

Label report?

Posted: Thu Feb 27, 2025 5:02 pm
by JohnW
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

Re: Label report?

Posted: Fri Feb 28, 2025 8:10 am
by Lech Kulikowski
Hello,

You can set the Columns and ColumnDirection=Across Then Down properties for the DataBand.

Thank you.

Re: Label report?

Posted: Mon Mar 03, 2025 5:35 pm
by JohnW
Thank you I need to take another look at my setting, right now I only get the first record.

Re: Label report?

Posted: Mon Mar 03, 2025 5:59 pm
by JohnW
Found the problem it is working now. I neglected to set the datasource for the databand. My bad.

Re: Label report?

Posted: Mon Mar 03, 2025 8:51 pm
by Lech Kulikowski
Hello,

Thank you for the information.