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

Print subreport without records

edited November 2005 in General
Hi,

I have a main report with many subreports. In each subreport I have a title
band, a detail band and a summary band. I need print the all subreports.
However, if the subreport doesn't have record, it isn't printed and I need
this. What can I make?

I'm using RB 9.03 with Delphi 7.

Thanks,

Weverton

Comments

  • edited November 2005
    Hi Weverton,

    If you set the NoDataBehaviors property of the Subreport to ndBlankReport,
    you should see the non-data aware components when printing. Remember that
    you will need to change the NoDataBehaviors from inside the design of the
    subreport, not the actual subreport component itself on the main report.

    --
    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.