本文介绍了如何在数据库的报表中显示图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用Visual Studio2008的水晶报告。我想在报告的每一页显示每个学生的照片。照片的PhotoFilePath存储在学生表中。


学生的其他信息显示在除照片之外的页面上。  请告诉我如何显示照片。

解决方案

I am using crystal report of Visual Studio2008. I want to show photograph of each student in each page of the report. PhotoFilePath of the photograph is stored in student table.

Other information of the student is displaying on the page except photograph.  Kindly tell me how to display photographs.

解决方案


这篇关于如何在数据库的报表中显示图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-03 01:25