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.
Comments
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.
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Thanks... Since I would want to traverse data unnecessarily
disconnecting the pipeline seems to be a good idea.
Jon