Modifying Export to Excel in ReportViewer
Posted
by firedrawndagger
on Stack Overflow
See other posts from Stack Overflow
or by firedrawndagger
Published on 2010-04-19T17:44:41Z
Indexed on
2010/04/30
19:27 UTC
Read the original article
Hit count: 338
I have a formatted table in ReportViewer. When I want to export to Excel though - I do not want to export the formatted table - instead I want to output the original/raw/unmassaged data table in an excel file.
What's the best way to intercept the Export to Excel function and output data in a different format?
© Stack Overflow or respective owner