oracle adf - Export the search results in .pdfs and Excel -


i have requirement export search results in pdfs , excel. export command button of drop down list pdfs , excel how achieve this.

i have implemented using report declarative component not take data:

 <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"/>                  

if have table or tree in jsf page can use export collection action listener in button


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -