Link to home
Start Free TrialLog in
Avatar of Jess31
Jess31

asked on

ReportViewer / Excel?

I'm using MS ReportViewer for client side report with vb.net 2008.
I thought I once saw that it provides function for end user to export report to Excel. I can't find it now. Is there a seeting to enable this or does this not exist?
ASKER CERTIFIED SOLUTION
Avatar of jaynir
jaynir
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Bob Learned
I believe in all those links, that what you are looking for is the Export button on the ReportViewer control, that the user can use to export to Excel or PDF.  If you are looking for a code solution, then it isn't that easy.  You would need to use the Render method to export to Excel.

LocalReport.Render Method
http://msdn.microsoft.com/en-us/library/ms251839(VS.80).aspx