将搜索结果导出为.pdfs和Excel

时间:2014-06-09 04:33:26

标签: oracle-adf

我要求在PDF和Excel中导出搜索结果。导出是命令按钮是下拉列表PDF和Excel如何实现这一点。

我已经使用报表声明组件实现了它,但它没有获取数据:

 <report:reportDeclarative ButtonName="Export"
                              IteratorName="#{bindings.MChecklistVO1Iterator}"
                              ReportName="Checklist Instruction Template"
                              ReportType="EXCEL,PDF" TableId="tt1" id="rd1"
                              SerialColumnHeader="#{ngb_bizfile_e_portalBundle.SERIAL_NO}"
                              rendered="#{pageFlowScope.checklistInstructionBean.searchDetailsRender}" Pagination="true"
                              SerialNumber="false"/>      
                              <af:spacer width="10" height="10" id="s3"/>                 

1 个答案:

答案 0 :(得分:0)

如果您的jsf页面中有表或树,则可以使用Export Collection Action侦听器  在你的按钮