Hi all!!!
I'm trying to modify an image in an .rpt file, during runtime, programatically from
VB .net; Preferably given its path.
I've tried several approaches, as inserting an OleObject from a file and linking it... but it doesnt work for me. I've added a regular image in the .rpt and obtained a PictureObject in
VB .NET, but I've not found a way to assign an image to that PictureObject.
i.e:
Dim objImagen As CrystalDecisions.CrystalReports.Engine.PictureObje ct
objImagen = CType(repCliente1.ReportDefinition.ReportObjects.I tem("HeaderImg"), CrystalDecisions.CrystalReports.Engine.PictureObje ct)
... The point is to sort of customize the reports, changing the header to accept different logos, or assorted images to personalize it... I'm open to alternatives, ideas and suggestions.. plzplzplzplz, pleaze help me!!!!!
::Alita::