本文介绍了使用组在Visual Studio 2010中创建RDLC报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想通过visual studio 2010设计RDLC报告,它与visual studio 2008有很大不同。请指导我在visual studio 2010中创建RDLC报告。我有一个Class表结合表Student与1 ... *关系在数据库中。我将这些数据填入报告,其中Class表的每一行是行组,下面是多个学生。例如:

http://nn6.upanh.com/b6.s26.d1/477a179cccda54c991dc0674f0d50771_46000546.reportimage.png



对不起我不能直接上传图片!

I want to design RDLC report via visual studio 2010, it is big different with visual studio 2008. Please guide me create RDLC report in visual studio 2010. I have a Class table combine with table Student with 1...* relationship in database. I will fill this data into report which one each row of Class table is row group and multiple students below. Example:
http://nn6.upanh.com/b6.s26.d1/477a179cccda54c991dc0674f0d50771_46000546.reportimage.png

Sorry i cannot upload image directly!

推荐答案


这篇关于使用组在Visual Studio 2010中创建RDLC报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 00:32