C# WinfForm 控件之dev报表 XtraReport (七)报表合并
2021-04-13 08:26
标签:img nbsp 分享 nts info viewer soscw com style 这个不是太难,新建两个报表 一个form窗体 窗体上放个documentView 代码如下 效果:整体效果是不好看了 用了A4纸 不过两页还是看的出来的 这个貌似可以看成装饰模式 C# WinfForm 控件之dev报表 XtraReport (七)报表合并 标签:img nbsp 分享 nts info viewer soscw com style 原文地址:https://www.cnblogs.com/SoftWareIe/p/8983799.html XtraReport2 xr2 = new XtraReport2();
xr2.CreateDocument();
XtraReport3 xr3 = new XtraReport3();
xr3.CreateDocument();
xr2.Pages.AddRange(xr3.Pages);
//xr2.ShowPreviewDialog();
documentViewer1.DocumentSource = xr2;
文章标题:C# WinfForm 控件之dev报表 XtraReport (七)报表合并
文章链接:http://soscw.com/index.php/essay/75109.html