Details
Description
I am trying to export the report to PDF. This report consits of sub totals and grand totals. which are displayed properly by grouping option on the JSP.
But the same feature is not there in the PDF export.
It would be good to have that feature because any real time applications/reports needs them in deed.
Hope to see the feature in the tag library at the earliest.
Cheers, Kranti
But the same feature is not there in the PDF export.
It would be good to have that feature because any real time applications/reports needs them in deed.
Hope to see the feature in the tag library at the earliest.
Cheers, Kranti
<display:table name="rsConsReport" class="its" id="currentRowObject" export="true" freezeHeader="true" style="height:35" decorator="com.displaytag.beans.DTConsignedSetsWrapper">
<display:column property="<%=strName1 %>" title="<%=strLabel1%>" group="1"/>
<display:column property="ID" title="Set Id" style="width:80px" />
<display:column property="<%=strName2%>" title="<%=strLabel2%>" />
<display:column property="COUNT" title="Sets" style="width:30" class="alignright" total="true" format="{0, number, 0}"/>
</display:table>
I have my own decorator named "DTConsignedSetsWrapper" which extends the TotalTableDecorator. While displaying in jsp it shows the subtotal and total properly but while export in excel its not exporting the subtotal and total in excel file.
Kindly inform update this post if you find any solution.
Thank
Ritesh