fastreport直接打印问题?(不用预览)急阿
在程序中要求直接打印报表,而不用出现预览窗口,我看到有个事件printpreparedreport,但是不知道里面的PrintPages如何付值,程序如下:frreport1.LoadFromFile('i:\waisongold.frf');
frreport1.Preview:=nil;
if frreport1.PrepareReport then
frreport1.PrintPreparedReport('',1,false,PrintPages);
是不是还有其他的办法?