暂时不会有ppt报表。你可以用代码操作ppt
引用dll
执行代码
Dim app As new Microsoft.Office.Interop.PowerPoint.ApplicationDim ppt = app.Presentations.Open("g:\test.pptx",0,0,0)msgbox(Microsoft.Office.Interop.PowerPoint.PpFixedFormatType.ppFixedFormatTypePDF)ppt.saveas("e:\test.pdf", 32, 1)app.quit