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

How to suppress printing of subreport?

edited November 2004 in Subreports
Hi,

What is the most elegant way to suppress the printing of a subreport?


Regards,

Nols Smit

Comments

  • edited November 2004
    Hi Nols,

    The best way to suppress the printing of a subreport would be to set its
    Visibility to False. You can also disconnect the subreport from its
    datapipeline to make things run a little faster if you would like.
    Subreport.DataPipeline := nil;

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