Crystal报表查看器不显示图像 [英] Crystal Report Viewer not showing Images

查看:201
本文介绍了Crystal报表查看器不显示图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用的是Crystal Report v9x。在具有图像的Crystal报表查看器中显示的数据中。当我试图在水晶报表查看器中显示报表时,图片不会显示。



任何人都可以告诉我该怎么做?

你试过在你的Web.config中查找CrystalImageHandler(在httpHandlers部分)吗?
我必须添加一行才能显示我的嵌入图片:

 < add verb =GET path =CrystalImageHandler.aspxtype =CrystalDecisions.Web.CrystalImageHandler,CrystalDecisions.Web,Version = 10.5.3700.0,Culture = neutral,PublicKeyToken = 692FBEA5521E1304/> 


I am using Crystal Report v9x. In the data which is displayed in Crystal Report Viewer having the images. When i am trying to show the reports in the Crystal Report viewer, Images are not showing up.

Can any one give me some idea what to do?

解决方案

Have you tried looking in your Web.config for the CrystalImageHandler (in httpHandlers section)? I had to add a line to get my embedded images to show up:

<add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

这篇关于Crystal报表查看器不显示图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆