rdlc 套打实现
摘要:就是通过反射调用ReportViewer里的函数实现套打功能,在WinForm下测试并正在使用,WebForm下未经测试,不知可否使用。在使用套打前不能ReportViewer.SetDisplayMode,Set后会造成打印两份文件出来,原因不清楚。Code highlighting produced by Actipro CodeHighlighter (freeware)http://www...
阅读全文
posted @
2009-05-16 16:56
汝熹
阅读(3728)
推荐(0) 编辑
rdlc 使用经验
摘要:1.子报表的使用 先在主报表中添加上子报表,再设置子报表属性,使主报表和子报表之间有值的关联。 转到子报表界面添加报表参数。 Table还需要设置过滤 代码方面: ReportViewer1.LocalReport.SubreportProcessing += new SubreportProcessingEventHandler(LocalReport_SubreportProcessing);...
阅读全文
posted @
2008-09-05 16:18
汝熹
阅读(1074)
推荐(0) 编辑