问题描述
我过去没有做过任何报告,但是我的任务是生成看起来像所附文档的报告.我正在使用Access数据库在Visual Basic.Net中开发它.可以使用Crystal Report
I have not done any report in the past, but I have the task of producing a report that will look like the attached document. I am developing it in visual basic.Net with Access database. could this be done with Crystal Report
推荐答案
查看ReportViewer,您可以根据数据向其提供DataTable或DataSet.在下一页中,有一个使用SqlClient数据提供程序的示例,为您将其更改为OleDb数据提供程序.
Look at ReportViewer which you feed it either a DataTable or DataSet depending on the data. In the following page there is an example using SqlClient data provider, for you, change it to a OleDb data provider.
http://stackoverflow.com/questions/21680733/bind-datatable-to -rdlc-and-reviewviewer
这篇关于新手,我的第一份报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!