Display gif image dynamically in Crystal Report
Hi there,
Is there any way to display one gif image file at run time to crystal report? I am using vb.net 2003/crystal report, so the loadPicture() doesn't work. I tried to use " myrpt.Section5.ReportObjects("picLogo") = ..." , but it is read only property, so, any other way?
Thanks in advance,
Robert
Re: Display gif image dynamically in Crystal Report
the latest version of crystal reports(i think its 11) has capabilities that can load picture at run time. I haven't tried it yet coz i dont have the latest version. :(
search in google you could get some info about the latest version.
Re: Display gif image dynamically in Crystal Report
Quote:
Originally Posted by robertLL
Is there any way to display one gif image file at run time to crystal report? I am using vb.net 2003/crystal report, so the loadPicture() doesn't work. I tried to use " myrpt.Section5.ReportObjects("picLogo") = ..." , but it is read only property, so, any other way?
This is one of the things that made me abandon CR and make my reporting library :) (see signature)
Re: Display gif image dynamically in Crystal Report
Hi,
I didn't install any additional Crystal report packge, just using the one with VS.Net 2003. Does any one know how to identify the version of CR?
I need to clarify that there are two portions of my post:
1) how to dynamically link one image file from folder to CR?
2) Can CR(the version is with .net 2003)display .gif image file?
Thanks,
Rob
Re: Display gif image dynamically in Crystal Report
i think the one coming with vs2002 is crystal reports 8
and the one coming with vs2003 is crystal reports 8.5
and for vs2005 , ......
i don't know yet :D
Re: Display gif image dynamically in Crystal Report
Hi RobertLL,
You have posted a good examples of Free .net Reporting. Thank you so much for the knowledge sharing. Wondering if I can load images on runtime, because I have path of the images in the MDB file (MS Access), if yes, how do I do that. Please help and guide me.
Thanks.
Anuradika
Re: Display gif image dynamically in Crystal Report