Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load image into report from VB 2005

Status
Not open for further replies.

ipm

Programmer
Apr 5, 2005
16
DE
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top