Quantcast
Viewing all articles
Browse latest Browse all 1507

Crystal Reports 13.0.2 (VS2012), Dynamic Image Loading

The images that should load in the picture object(insert -> picture -> selected 1.jpg) dynamically are not showing up in the report. instead the default image that was selected shows up.(1.jpg)

what I've done was to change the "Graphic location" to "Pic/"+{PICID}+".JPG", plus the same syntax in the hyperlink section. when i click on the image(hyperlink), it shows up in the browser but not in the report.

i've searched alot and added the handlers in web.config, checked with other images, used an ole paintbrush image, added the "aspnet_client(2.0 and 4.0)" folder to the root, checked the folder permissions of the images(everyone) and still the same image shows up.

the inspection shows this:

<img alt="Image" border="0" src="CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_3663c827-ebbe-45aa-b775-3f0ea21283a1.png" style="width:86px;height:115px;">

but the hyperlink is correct and is:

<a href="javascript:parent.bobj.event.publish('hyperlinkClicked','CrystalReportViewerUTP__UI','url=%252fSitePics%252fUsersPic%252f1327.jpg&target=_self')" target="_self"><img alt="Image" border="0" src="CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_3663c827-ebbe-45aa-b775-3f0ea21283a1.png" style="width:86px;height:115px;"></a>

any help would be appriciated


Viewing all articles
Browse latest Browse all 1507

Trending Articles