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

Disable a sub-report

edited September 2003 in General
What's the correct way to temporarily disable a sub-report?

Set the visibility?
Disconnect the pipeline?

Jon

Comments

  • edited September 2003
    Hi Jon,

    If you do not want the subreport to access the dataset when you disable it,
    you will need to set the visibility and disconnect the datapipeline. This
    will essentially fully disable the subreport. If you just do not want to
    see the subreport, you can just set the visibility to False.

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
  • edited September 2003
    Nico,
    Thanks... Since I would want to traverse data unnecessarily
    disconnecting the pipeline seems to be a good idea.

    Jon

This discussion has been closed.