have two groups in a band. One group has two levels ... the other group has one level.
I would like to make the cells under the columns in the second group span vertically across the two levels of the first group ...
Eg ...
+-------------------------------+-----------------------------+| Group 1 | Group 2 |+-------------------------------+-----------------------------+| col1 | col2 | col3 | | | |+-------------------------------+ | | || column 4 | col5 | col6 | col7 |+-------------------------------+---------+--------+---------+
Is this possible using the 2007 .Net components ?
R
Thanks Mike,
R,
The only way to get spanning like this is to use a RowLayout. You could set this up in the grid designer. But you can't use RowLayouts and groups together unless you have the latest release of NetAdvantage v9.1. This is a new feature we just added.