AppFuseJasperReports |
|
| Your trail: |
Difference between
version 55
and
version 54:
| At line 252 changed 3 lines. |
| <!-- If a JasperReports view requires more complex configuration then use the BeanNameViewResolver to |
| map a given view name to a given view bean --> |
| <bean id="nameViewResolver" class="org.springframework.web.servlet.view.BeanNameViewResolver"/> |
| <!-- If a JasperReports view requires more complex configuration then use the BeanNameViewResolver to map a given view name to a given view bean --> |
| <bean id="nameViewResolver" class="org.springframework.web.servlet.view.BeanNameViewResolver"/> |
| At line 255 added 18 lines. |
|
| And then the view: |
|
| [{Java2HtmlPlugin |
|
| <bean id="userMultiFormatReport" class="org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatView"> |
| <property name="contentDispositionMappings"> |
| <props> |
| <prop key="html">inline; filename=report.html</prop> |
| <prop key="csv">inline; filename=report.csv</prop> |
| <prop key="pdf">inline; filename=report.pdf</prop> |
| <prop key="xls">inline; filename=report.xls</prop> |
| </props> |
| </property> |
| <property name="url" value="/WEB-INF/reports/userList.jrxml" /> |
| </bean> |
|
| }] |
Back to AppFuseJasperReports,
or to the Page History.
|