摘录至:http://topic.csdn.net/u/20080406/23/61bc9e82-a136-4d12-8f56-a8f474ee10d0.html

frxReport1.PrepareReport();
frxReport1.PrintOptions.ShowDialog:=false;
frxReport1.print;

我开始曾试过设置属性ShowDialog为false 只是还是没达到效果 搞不清为什么 英语忘光了 不知道具体什么意思 感觉像 但是不敢肯定
没想到用代码可以实现 不过还是感谢楼上的提醒  

 

frxReport1.PrepareReport;
frxReport1.Print;

相关文章:

  • 2021-12-19
  • 2021-10-02
  • 2022-02-05
  • 2021-05-09
  • 2021-11-15
  • 2022-12-23
猜你喜欢
  • 2022-02-26
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-27
  • 2021-12-19
  • 2021-12-13
相关资源
相似解决方案