Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

is it possible to add xslx format in report viewer.

What I have tried:

is it possible to add xslx format in report viewer.
Posted
Updated 9-Feb-23 20:14pm
v2

1 solution

From the little info you provided, yes you can.

When specifying what you want your output to be, instead of sending WORD and EXCEL as the parameters for the output, send WORDOPENXML and EXCELOPENXML.

To verify what output your version of assemblies support, use

<ReportObject.LocalReport.ListRenderingExtensions
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900