CrystalReports.NET - varbinary blob

发布于 2024-09-02 16:07:58 字数 197 浏览 4 评论 0原文

在 CrystalReports for .NET 中将存储在 sqlserver 2008 数据库中的图像(位图)显示为 varbinary(max) 数据类型的正确方法是什么?

我在水晶报表中添加了一个“blobfieldobject”项目它绑定到具有“varbinary(max)”类型列的数据表,但图像不会显示,而是显示深色背景。

TIA

what's the proper way to display an image (bitmap) stored in sqlserver 2008 database as an varbinary(max) datatype in CrystalReports for .NET?

I have added a 'blobfieldobject' item in crystal reports & it is bound to a datatable with the column of type 'varbinary(max)' but the image won't show up instead a dark background is diplayed.

TIA

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飘然心甜 2024-09-09 16:07:58

事实证明,图像没有使用 Picturebox 控件以正确的方式保存到数据库中。

It turns out that the image was not being saved in a proper way to the database using the Picturebox control.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文