I've just migrated from VB6 to VB 2005. Obviously I tried to use references to native Crystal Reports .Net syntax. And I don't know now how to load image into reports in run-time. It's just a logo. I am using the same invoice template for several companies and just changing the logo in runtime. Previously I was able to do it with such a code: m_CReportMain.ReportDefinition.Sections.Item("RH").AddPictureObject(strLogoPath, 600, 200). Is there anything similar in the new Crystal Repots .Net support?