Click here to Skip to main content
15,881,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a c# form which stores imageid and imagepic to mssql database.
you can save and retrieve the image on the form and its working correctly.
i now want to display this stored image in crystal report. please help me out

database code
CREATE TABLE tblImage
(Imageid varchar(300) UNIQUE,
Imagepic image)
Posted

Hello,
To add image from file see this link[^]

To add an image from DB, please follow this link[^]

Hope this helps!
 
Share this answer
 
Use blob object in crystal report and retrieve image data in sql query and assign it as field value for blob object
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900