在水晶报告上打印照片

问题描述:



我已经使用SQL Server在C#中进行了应用.我也生成了报告.但是我想在Crystal Report上拍照.请尽早答复我.


谢谢.

Hi,

I have made application in c# using sql server.I have also generates reports also.But i want to take photo on crystal report.Please reply me as early as possible.


Thanks.

在这里你走了

如何使用Visual Studio 2005在Crystal Reports中动态加载图像 [ Crystal Reports中的图像 [
Here you go

How to dynamically load images in Crystal Reports using Visual Studio 2005[^]

Image in Crystal Reports[^]


为此,您必须将照片转换为BYTES并添加自定义字段类型为"Base64Binary",并将字节值存储到新的自定义字段中.
For this you have to convert the photo into BYTES and add a custom field of type "Base64Binary" and store the byte value to the new custom field.