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

How to layout an Invoice? Fixed subreport?

edited January 2004 in General
I created an invoice for an order with order items. The report is laid
out like as follows:

Main Report.Header: Company Address, Customer Info, Order Info
Main Report.Detail.SubReport1.GroupHeader: Order Items Header
Main Report.Detail.SubReport1.Detail: Order Items
Main Report.Summary: Sales Amount, Tax, Order Total
Main Report.Summary.SubReport2.Detail: Payment Methods
Main Report.Summary.SubReport2.Summary: Total Payments, Balance Due

The order items subreport has lines separating each column. The client
wants the order items band a static height with the lines going down the
page.

If I setup the band as static, the first item prints with the lines and
a lot of white space follows and then Main Report.Summary prints at the
bottom of the page.

How can I setup the order items band as static, have the band fill in
with order items, complete the rest of its static height with column
lines, and then print Main Report.Summary band?

Comments

  • edited January 2004
    Hi Kyle,

    Did you try setting the lines ParentHeight property to True? Using a Fixed
    subreport may also be a possible solution. You could size the subreport to
    fill the empty space between the detail band and the summary band and fill
    that space in with the verticle lines.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited January 2004
    Nico Cizik (Digital Metaphors) wrote:

    The lines are set to ParentHeight. I increased the height of the
    subreport itself, not the component on the main report, to 5.25". When I
    set the subreport on the main report to Fixed, none of the subreport
    prints. It's like the summary band collapses on the header. When it is
    child, it prints, but the lines are not extended.

    If I set the subreport to Fixed and not Dynamic height, the lines do not
    print (or I can't find it) and have a lot of white space below the main
    report header and the items show up on the second page. The subreport's
    height be too much, but in either case, the lines do not extend.

    I am using ReportBuilder Professional 6.02 for Delphi 5.

    Does the newsgroup take attachments so I can show you what's it's doing?
  • edited January 2004
    Hi Kyle,

    Go ahead and send the attachment to support@digital-metaphors.com with
    "Attn: Nico" in the subject and I'll take a look.

    --
    Best Regards,

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