您的位置:
ITPUB个人空间
>> TAG: reports
查看全部信息
-
hireats 发表于 2008-01-12 09:27:51
ReportDocument O_Report=new ReportDocument();
ExportOptions exportOpts = new ExportOptions();
PdfRtfWordFormatOptions pdfFormatOpts = new PdfRtfWordFormatOptions ();
DiskFileDestinationOptions d...