Posted 6 June 2018, 2:56 pm EST
I am using AR 10 section reports in a Windows Form Application, and I set the Watermark property to images loaded using System.Drawing.Image.FromFile or System.Drawing.Image.FromStream in the ReportStart event.
If I successfully call Report.Document.Dispose and Report.Dispose, do I need to also call Image.Dispose?
John