Hello all, I was wondering if anyone could help me out regarding adding a dynamic image to Crystal Reports XI R2? I am currently creating a report and using web services as my data source.
I currently have a web service that creates a BMP image on a share and I am hoping to have my Crystal report somehow consume the image within the report. My current thought was to have the web service return a string for the path of where the image resides and somehow have Crystal use that when the report is being generated. Otherwise, if I returned some sort of byte array from the service would Crystal possibly know how to render it as a bmp (I somehow doubt it, but thought I'd ask). I am coding with Business Objects Enterprise, so my reports would be stored on the enterprise. Would using the ReportClientDocument object be a way to accomplish this? Thanks! alex
