M
Michael D. Ryan
It is my understanding that if I want to see multiple
columns in my sub report, I need to set the Column Layout
property to Horizontal. This did resolve my problem with
my multi-column subreport only showing one column;
however, the groupings for the subreport are scattered
accross both columns. The top-level group is "Agent",
then under it are several other groups. The sub groups
of Agent are not staying grouped with Agent...
By changing each group's NewRowOrCol property to Before
Section or After Section, it will keep the Agent group
together, but only in the first column. The agent group
won't break to the second column...
Any suggestions are appreciated.
columns in my sub report, I need to set the Column Layout
property to Horizontal. This did resolve my problem with
my multi-column subreport only showing one column;
however, the groupings for the subreport are scattered
accross both columns. The top-level group is "Agent",
then under it are several other groups. The sub groups
of Agent are not staying grouped with Agent...
By changing each group's NewRowOrCol property to Before
Section or After Section, it will keep the Agent group
together, but only in the first column. The agent group
won't break to the second column...
Any suggestions are appreciated.