Reporting in VB .Net 2005
Hi,
I have MS Access as the backend, and using VS 2005. I want to create a report, where I could load pictures in the section. I will get the path of the picture's path from the database. Anyway of doing this, as I couldnt find any solution so far.
Please kindly help.
Thanks in Advance.
Re: Reporting in VB .Net 2005
You can read the CR In VB.NET At my signature :wave:
Re: Reporting in VB .Net 2005
Thank you so much for the reply. I managed to get the data displayed, but I have path of images stored in MDB file, and I want to load the pictures to crystal report. How do I do that...Please help me out.
Thanks again.
Anuradika
Re: Reporting in VB .Net 2005
Not so much idea on the run time , But simply reght click on the report Header and Click On Insert Image :wave:
Re: Reporting in VB .Net 2005
Hi,
I am able to get a OLEObject in the crystal report, and I am able to fix a image path, but now, I need to pass in the path from the stored string in the MDB field. How would I be doing this....
Thanks in Advance for the help rendered.
Anuradika
Re: Reporting in VB .Net 2005
Re: Reporting in VB .Net 2005
The information was useful. Thank you very much, but still, it doesnt solve my issue, as I cant get a higher version for now, because of the budget, and I need to find a way to do it. It there any other way to do this ?
Thanks again.
Anuradika
Re: Reporting in VB .Net 2005
If you not have the CR Higher Version then you can try for the VS.NET PrintDocument ,PrintDialog for it but Both are never used by me so I cann't say that it support the image or not??
Re: Reporting in VB .Net 2005
Oh ok..that sounds good. Will try and let you know the outcome.
Thanks for the guidance man, truly appreciate that very much !
Re: Reporting in VB .Net 2005
that would work for your problem. printdocument in vb.net supports strings and images to be drawn in the report just like a Form.
good luck