下面的代码时有报错:RPC服务器不可用
Dim wrt As New WordReport("主表",tm,fl1) '定义一个WordReport wrt.Build() '逐行生成报表 wrt.SaveToPDF(fl2) '保存为PDF文件 wrt.Quit() '退出