如何在水晶报表中添加图像?
问题描述:
您好我需要使用OLE对象在水晶报表中添加图像。
我在第一个报表中成功完成此操作但在第二个报表中我想更改OLE对象中的LOGO / Image但我无法。我该怎么办?
Hello I need to add image in crystal report with use of OLE object.
I does this in first report successfully but in second report i want to change LOGO/Image in OLE object but i unable. what can i do?
答
添加blob对象并将图像插入其中
add a blob object and insert the image into it
嗨很容易添加图像在水晶报告中。
如果你不想从数据库添加图像,那么只需添加OLE对象。
右键单击OLE对象 - >选择图片属性 - >从文件夹中添加图片。
但是格式应该是.jpg格式。
它不能接受.gif格式。
Hi Its very easy to add image in crystal report.
If you don't want to add image from database then Just add the OLE Object.
right click on OLE object-->Select Picture property-->add Image from Folder.
But should be in proper format like .jpg.
It cant accept .gif format.