<#if report.showChartButton?? && report.showChartButton =='1' && showChart! !='chart'>
<@spring.message code="common.page.info.searchChart"/>
#if>
<#list report.expFileList as reportExp>
<#if reportExp.reportExpType=='html'>
导出网页
#if>
<#if reportExp.reportExpType=='doc'>
导出word
#if>
<#if reportExp.reportExpType=='pdf'>
导出pdf
#if>
<#if reportExp.reportExpType=='xls'>
导出excel
#if>
#list>