Property "Behavior --> StartNewPage" with multicolumn pages.
Posted: Fri Jun 15, 2007 2:30 am
Hi I am pretty new to SimulReport and have the following report style to implement:
Data sets (of variable height) in a data band (that can grow and shrink) are to be displayed in two columns (first column filled first, then the second).
The data sets are to be grouped so that each group starts at a new page (first column, top of the page).
I figured two ways to accomplish that task, but both do not exactly what I want:
(Both times the "StartNewPage" property of the group band is set to true.)
1) The data band following the group header band is set to multicolumn. This results in groups starting at a new page but the left and the right part of a "row" have equal height, what leaves too much empty spaces where a short and a large data set meet at one row. (No "rows" at all are what I need.)
2) The page itself is set to multicolumn. This results in a continuous stream of data sets, but unfortunately if one group ends at a left column, the next group starts at the next column and not as the property says at the next page.
Is there any way to get two columns with data from the same group that have independend heights for each entry and lets tne new group start on a new page in every possible case?
Thanks for your effort
Data sets (of variable height) in a data band (that can grow and shrink) are to be displayed in two columns (first column filled first, then the second).
The data sets are to be grouped so that each group starts at a new page (first column, top of the page).
I figured two ways to accomplish that task, but both do not exactly what I want:
(Both times the "StartNewPage" property of the group band is set to true.)
1) The data band following the group header band is set to multicolumn. This results in groups starting at a new page but the left and the right part of a "row" have equal height, what leaves too much empty spaces where a short and a large data set meet at one row. (No "rows" at all are what I need.)
2) The page itself is set to multicolumn. This results in a continuous stream of data sets, but unfortunately if one group ends at a left column, the next group starts at the next column and not as the property says at the next page.
Is there any way to get two columns with data from the same group that have independend heights for each entry and lets tne new group start on a new page in every possible case?
Thanks for your effort