rdlc 使用经验
摘要:1.子报表的使用 先在主报表中添加上子报表,再设置子报表属性,使主报表和子报表之间有值的关联。 转到子报表界面添加报表参数。 Table还需要设置过滤 代码方面: ReportViewer1.LocalReport.SubreportProcessing += new SubreportProcessingEventHandler(LocalReport_SubreportProcessing);...
阅读全文
posted @
2008-09-05 16:18
汝熹
阅读(1074)
推荐(0) 编辑