I have a webapplication in asp.net 2.0 on that application i am using crystal report to display image from oracle database. on that report i am using dataset xsd with storedprocedure to display data in crystal report. But the problem is when i am using stored procedure the image is not display in the report in case if i am using the simple sql the image is coming in the report.
我在该应用程序的asp.net 2.0中有一个web应用程序我正在使用水晶报表来显示来自oracle数据库的图像。在该报告中,我使用带有storedprocedure的数据集xsd来显示水晶报告中的数据。但问题是当我使用存储过程时,如果我使用的是简单的sql图像即将出现在报告中,则图像不会显示在报告中。
Please give me solution
请给我解决方案
Thanks, Pradyut
1 个解决方案
#1
.GIF images are not really supported by Crystal Reports; I wasn't able to show those on the report, using stored procedure, only if they were in .JPG or .PNG format. Change the format of the picture to .JPG, store it again in database and try. HTH!
Crystal Reports不支持.GIF图像;我无法使用存储过程在报告中显示这些内容,只有它们是.JPG或.PNG格式。将图片格式更改为.JPG,将其再次存储在数据库中并尝试。 HTH!
#1
.GIF images are not really supported by Crystal Reports; I wasn't able to show those on the report, using stored procedure, only if they were in .JPG or .PNG format. Change the format of the picture to .JPG, store it again in database and try. HTH!
Crystal Reports不支持.GIF图像;我无法使用存储过程在报告中显示这些内容,只有它们是.JPG或.PNG格式。将图片格式更改为.JPG,将其再次存储在数据库中并尝试。 HTH!