views:

44

answers:

0

Hello Guys,

I'm using crystal report in my MVC application. I wanted to display an image on my CR viewer. The image is generated using a Handler. Example if I want to display an image it would be (http://localhost/imagehandler?imageid=1&width=4). Something like that. When I use that in my Crystal Report the image just doesn't show. For whatever reason I don't know. But when I change the source to (http://someimagehostingsite/image1.jpg) it will work.

When I test it in preview mode in Crystal Report Viewer the image will show but during runtime it will not.

Help...

Very best,