Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在想办法做到这一点,希望有人能帮助我。
我的数据库(MS Access)中填充了一个表。我知道如何从数据库中检索数据,但我想说创建一个用户可以在纸上打印出来的报告。我需要知道如何添加这样的选项。
如果我能解决这个问题,那就太棒了!
谢谢!
您可以将报告保存在临时文件中,即tempFile,然后调用:
tempFile
Desktop.getDesktop().print(tempFile);