Page 1 of 3

Labels with staggered rows

Posted: Thu Dec 04, 2008 3:33 am
by Jennypi
Hi,

I would like to design labels but my labels have a quite special organization.
The label page has 2 columns but you can see on the example below that the rows are staggered. Text in column 1 is not exactly in front of text in column 2.

Image

How could I design this page properly?

Thank you,
Jennifer.

Labels with staggered rows

Posted: Thu Dec 04, 2008 8:27 am
by Edward
Hi Jennifer.

Please use the idea as in the attached report.

Thank you.

Labels with staggered rows

Posted: Thu Dec 04, 2008 9:09 am
by Jennypi
Thanks for your reply.
It is indeed what I need to do, but:
- the source of my 2 columns is the same (so I do not have 2 datasources like in your example)
- did you only set dock property to RIGHT to get it printed on the right side of the page? I can not understand exactly what you have done to get this results.

Thank you :)

Labels with staggered rows

Posted: Thu Dec 04, 2008 10:05 am
by Edward
Hi Jennifer.

You have to open Demo.exe sample application from the standard installation of Stimulsoft Reports.Net, to press Design and open attached report there.

Please double click the Page in the report and you will see the page setup dialog. In the dialog Columns property I have set in 2. the same you can do for the Page1 object in the 'Properties' window.

Please see Conditions property for Child bands.

Thank you.

Labels with staggered rows

Posted: Thu Dec 04, 2008 12:39 pm
by Jennypi
Thank you for your new template.
I tried to reproduce it for my report, it is working well.
The only thing I can not understand from your example is where you specify that the text in the column 2 is higher than the text in the column 1.
Besides the condition (Column==1 or 2) I can not find any difference between the 2 child bands (in your example I mean). That's why I am wondering what I have to change to have the lines staggered!

Thanks again!

Labels with staggered rows

Posted: Fri Dec 05, 2008 3:11 pm
by Edward
Hi Jennifer.

Please take a look at the header bands in the report template. The header is being printed only in the first column. That is why the dislocation is taking place there.

Thank you.

Labels with staggered rows

Posted: Mon Dec 08, 2008 5:07 am
by Jennypi
Thank you for your help, it was really helpful!

Labels with staggered rows

Posted: Mon Dec 08, 2008 7:08 am
by Edward
You are welcome :)

Thank you.

Labels with staggered rows

Posted: Wed Jan 05, 2011 10:44 am
by Jennypi
Hi,

I am bumping this old topic because I have issues with this report.
The "columnHeader" system worked very well for a while, but now that my report is more complicated, I have problems.

My report is designed like this:
- HeaderBand
-- ColumnHeaderBand (displayed only if Column==2, to create the vertical "shift")
---DataBand1
----ChildBand1
----ChildBand2
---FooterBand1
---DataBand2
----ChildBand3
----ChildBand4
---FooterBand2
and so on.
Image
Different filters are applied on the different databands. They are displayed one after the other to sort displayed information. The FooterBand is displayed in between to have a visible separation.

The problem is that the ColumnHeaderBand is displayed only on the first page. As soon as the report jumps to data from Databand2 (or more), ColumnHeaderBand is not displayed on the top of the page.
Image

How can I solve this problem?

Thanks a lot.

Labels with staggered rows

Posted: Thu Jan 06, 2011 2:39 am
by Alex K.
Hello,

Please set the "PrintOnAllPages" property of the ColumnHeaderBand component to true.

Thank you.