How to suppress printing of subreport?
Hi,
What is the most elegant way to suppress the printing of a subreport?
Regards,
Nols Smit
What is the most elegant way to suppress the printing of a subreport?
Regards,
Nols Smit
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com