Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

NewColumn causes page break

edited August 2006 in General
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.

Comments

  • edited August 2006
    Hi Mauro,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited August 2006
    Hi Nico,

    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:
  • edited August 2006
    Hi Mauro,

    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

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.