摘要:
使用XtraReport 打印数据记录时,如果打印的Table 记录太多或者cell 文字过多时,表格会自动拉伸。 当出现换页时混出现表格打断的情况,这时我们应该考虑设置每页打印固定条数以解决表格跨页的情况。 XtraReport.AfterPrint事件 XtraReport绘制Document完 阅读全文
摘要:
XtraReport report = null; PrintControl printControl = null; PrintBarManager printBarManager = null; string reportFile = Path.Combine(AppDomain.Current 阅读全文