在Crystal Reports 2008中显示MSSQL Server中的图像 [英] Displaying Image from MSSQL Server in Crystal Reports 2008

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

问题描述

我有一个ac#form,它将imageid和imagepic存储到mssql数据库。

你可以保存并检索表单上的图像并且它正常工作。

i现在想要在水晶报告中显示此存储的图像。请帮帮我



数据库代码

CREATE TABLE tblImage

(Imageid varchar(300)UNIQUE,

Imagepic图像)

解决方案

您好,

要从文件添加图像,请参阅链接 [ ^ ]



从中添加图片DB,请关注链接 [ ^ ]



希望这会有所帮助!


在水晶中使用blob对象在sql查询中报告和检索图像数据并分配它作为blob对象的字段值

i have a c# form which stores imageid and imagepic to mssql database.
you can save and retrieve the image on the form and its working correctly.
i now want to display this stored image in crystal report. please help me out

database code
CREATE TABLE tblImage
(Imageid varchar(300) UNIQUE,
Imagepic image)

解决方案

Hello,
To add image from file see this link[^]

To add an image from DB, please follow this link[^]

Hope this helps!


Use blob object in crystal report and retrieve image data in sql query and assign it as field value for blob object


这篇关于在Crystal Reports 2008中显示MSSQL Server中的图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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