I am using simple .net webform project with rdlc and try to export report in pptx format.
But unable to see pptx format in the list please suggest what is the best way to enable it.!
I am using simple .net webform project with rdlc and try to export report in pptx format.
But unable to see pptx format in the list please suggest what is the best way to enable it.!
Hi @SumeetBhandekar-7035 ,
In the report viewer,there are no way directly to export the Power point. I think you could do like this:
Create a template .pptx file.
Write some code to open that template file and replace template text/images using Open XML Power Tools.
Best regards,
Yijing Sun
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hello @YijingSun-MSFT ,
Can you have any reference link?? If yes please share here.!
That will be very helpful.
Thanks.
Hi @SumeetBhandekar-7035 ,
You could refer this: Processing Power Point templates using OpenXml.
Best regards,
Yijing Sun
3 people are following this question.