Databand Query

Stimulsoft Reports.NET discussion
Post Reply
Tom7
Posts: 21
Joined: Wed Mar 24, 2010 5:22 am
Location: Belfast

Databand Query

Post by Tom7 »

Hi All

I would like to apply a style to a databand that allows lines of data to spill over to the next "Column" in the data band, it is much easier to explain with an example:

If a Databand has 12 rows in it:

Conventional Band will be like this:
Row1
Row2
Row3
Row4
Row5
Row6

I want to be able to set the databand to "Spill" over to next available space in band like so:
Row1 Row4 ...
Row2 Row5 ...
Row3 Row6 ...

Is this possible?

Thanks

Tom
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

Databand Query

Post by Jan »

Hello Tom,

You can use Columns on DataBand. Please set Columns property of DataBand to 2. Also set ColumnDirection property o DownThenAcross value.

Thank you.
Post Reply