直接从报告导出 PDF
我使用 Oracle Report 6 获取报告,问题是我想要导出 PDF 而不显示报告。我的意思是,现在,我单击一个按钮并制作报告(从 Oracle 表单调用报告),然后转到我的报告菜单 -> 生成到文件 -> PDF。
我不想再这样做了...我可以使用表单中的任何命令直接导出我的报告吗?我的意思是,例如使用一些命令来准备报告并自动以 PDF 格式导出...
此外,如果我可以在尝试生成 PDF 时设置导出文件名及其位置,也可以对我有很大帮助,因为我需要遵循一些规则对于我的导出文件的命名,例如使用前缀和一些数字......
您的建议是什么?
I use Oracle Report 6 for get my report, The problem is I want to get PDF export without displaying the report.I mean right now, I click on one button and make report (call a report from my Oracle form) then go to my report menu ->Generate to File -> PDF.
I dont want do this anymore... can I use any command from my form to export my report directly? I mean for example use some command to prepare report and get export in PDF automatically...
also if I can set the export file name and it's location when I try to generate PDF also can help me so much because I need to follow some rule for put name for my export files like use prefix and some digit and number....
What is your suggestion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以同时执行这两个请求。
您必须创建参数并传递给 run_product 内置
语法:
示例参数列表:
SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESFORMAT,
'');
我希望这有帮助。
如果您仍然需要完整的详细信息,请告诉我,我将添加一个示例程序。
You can do both request.
You have to create parameter and pass to run_product built-in
Syntax:
Sample parameter list:
SET_REPORT_OBJECT_PROPERTY(v_report_id,REPORT_DESFORMAT,
'');
I hope this help.
If you still need full details let me know, i'll add a sample procedure.
使用这些参数字段:
Use these parameter fields: