NewColumn causes page break
Hello,
I have a report with 2 columns, I've seted NewColumn=True on the Group,
but it causes a page break after the end of data.
Is there any way to do this without the page break?
Ps.: The group will always break 2 times (debit and credit columns)
Tks in advance.
Mauro.
I have a report with 2 columns, I've seted NewColumn=True on the Group,
but it causes a page break after the end of data.
Is there any way to do this without the page break?
Ps.: The group will always break 2 times (debit and credit columns)
Tks in advance.
Mauro.
This discussion has been closed.
Comments
If your group data ends in the second column on the page, ReportBuilder will
look to place the next group's data on the next column. If there is no room
left (i.e. both columns on the page already contain data), it will move to
the next page. If you would like the data to begin just after the previous
group, you will need to set NewColumn to False.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This is the problem. There's no data after the second group break, so I
want to print the footer in same page.
Here is an example in case I didn't make myself clear:
Data
Type Code Value
C 10 1000.00
C 20 2000.00
C 30 2500.00
D 40 2500.00
D 50 1200.00
D 60 7000.00
D 70 4500.00
The field "Type" is the DataField seted on the Group.
The report prints something like
Credits Debits
10 1000.00 40 2500.00
20 2000.00 50 1200.00
30 2500.00 60 7000.00
Total 5500.00 70 4500.00
Total 15200.00
<<New Page>>
Credits - Debits = (9700.00)
I'm looking for any way to print the "Credits - Debits" line in the same
page of the other data.
Tks.
Mauro.
Nico Cizik (Digital Metaphors) escreveu:
Would you like the "Credits - Debits" calculation to be a per-page
calculation or a per-group calculation? If it is per-group, why not place
it in the group footer?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com