djian

XtraReport1 report1 = new XtraReport1();
XtraReport2 report2 = new XtraReport2();

PrintingSystem printingSystem1 = new PrintingSystem();

printBarManager1.PrintControl.PrintingSystem = printingSystem1;

Page page;
report1.CreateDocument();
page = report1.Pages.First;
printBarManager1.PrintControl.PrintingSystem.Pages.Add(page);


report2.CreateDocument();
page = report2.Pages.First;
printBarManager1.PrintControl.PrintingSystem.Pages.Add(page);

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
  • 2021-07-26
  • 2021-12-12
  • 2021-07-14
相关资源
相似解决方案