question

SumeetBhandekar-7035 avatar image
0 Votes"
SumeetBhandekar-7035 asked SumeetBhandekar-7035 commented

Report Viewer v15 not having export option Power Point

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.!

dotnet-aspnet-webforms
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

YijingSun-MSFT avatar image
0 Votes"
YijingSun-MSFT answered SumeetBhandekar-7035 commented

Hi @SumeetBhandekar-7035 ,
In the report viewer,there are no way directly to export the Power point. I think you could do like this:

  1. Create a template .pptx file.

  2. 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.

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hello @YijingSun-MSFT ,

Can you have any reference link?? If yes please share here.!

That will be very helpful.

Thanks.


0 Votes 0 ·

Hi @SumeetBhandekar-7035 ,
You could refer this: Processing Power Point templates using OpenXml.
Best regards,
Yijing Sun

1 Vote 1 ·

Thanks @YijingSun-MSFT ,

Will try this and get back to you.


Thanks You,
Sumeet

0 Votes 0 ·