Report with labels

Stimulsoft Reports.WEB discussion
Post Reply
jpverdu
Posts: 32
Joined: Thu Mar 18, 2010 3:12 pm

Report with labels

Post by jpverdu »

Hi,

I'm trying Reports Web previously to buy the product

It must be able to print labels in report in a z order on the page for example 3 labels on a line and 5 lines on a page like this

Label1 Label2 Label3
Label4 Label5 Label6
Label7 ...

Can Report Web do this ?

Thanks for your answer
Excuse for my english
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Report with labels

Post by Ivan »

Hello,

Please do the following:
- place your label on databand;
- set the Column property of DataBand to 3;
- set the ColumnDirection property of DataBand to AcrossThenDown.

Also you can see the "Labels" sample report from the Demo application from standard delivery.

Thank you.
Post Reply