Click here to Skip to main content
15,867,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
hello all !
using windows .net application form referring to link below

application is working without error, showing data in Cristal report but without image


http://www.aspdotnet-suresh.com/2012/02/dynamically-display-images-in-crystal.html[^]


please help me out

regards
nitin
Posted

1 solution

There can be few reasons why CR won`t show the image:
1. The image does not exist - I assume it does.
2. If you pass the URI dynamically maybe the location is wrong - try passing the URI location also to a text field on the report to read if the location received is wrong.
3. Most people use CR at work - The image is on a remote computer thus your computer needs to have permission to access the remote computer (this is the most common reason).

Hope this will help
 
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