Q1:如何直接打印,不显示打印对话框?

frxReport1.PrintOptions.ShowDialog := false; 
frxReport1.PrepareReport(true); 
frxReport1.Print();
View Code

相关文章: