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
Databand Query
Databand Query
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.
You can use Columns on DataBand. Please set Columns property of DataBand to 2. Also set ColumnDirection property o DownThenAcross value.
Thank you.