CrystalReports.NET - varbinary blob
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,图像没有使用 Picturebox 控件以正确的方式保存到数据库中。
It turns out that the image was not being saved in a proper way to the database using the Picturebox control.