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
Report with labels
Report with labels
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.
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.