Export Crystal Report to PowerPoint
Hi all,
I need to generate power point slides from C#. These slides contains charts, graphs etc. If I go on generating these charts and graphs with code in power point, then it will take much time and effort to complete. Is there any way to design those reports in crystal report or some other tool and export them to power point.
Thanks.
Re: Export Crystal Report to PowerPoint
Initially I think on of the ways is to import them into PP as an image. So if
you can get your C# reports exported as an image then perhaps.
HTH