开发者

RadGrid export to PowePoint

开发者 https://www.devze.com 2023-03-13 04:28 出处:网络
is it possible to export the content of the Radgrid to Powerpoint? if so, can som开发者_运维百科eone tell me the logic for it.I believe you could do this by generating Office HTML-compliant code. I ha

is it possible to export the content of the Radgrid to Powerpoint? if so, can som开发者_运维百科eone tell me the logic for it.


I believe you could do this by generating Office HTML-compliant code. I haven't tried that, but I think you can get the Word output from RadGrid and stream it as a PPT file directly. Of course you will have to set the corresponding content-disposition and content-type headers. You can find some documentation on this format here: http://msdn.microsoft.com/en-us/library/aa155477%28office.10%29.aspx

Download the EXE file and extract it. The documentation is packed in CHM format. Again, this is just an idea so don't take my words as 100% truth. Hope this helps.

0

精彩评论

暂无评论...
验证码 换一张
取 消