|
-
Feb 2nd, 2006, 02:25 AM
#1
Thread Starter
New Member
[ask]how to export datareport into word document
when I export into html, it only export the text but not pictures.
is there any way to export datareport to *.doc, with all the content inside the datareport exported.
-
Feb 2nd, 2006, 03:13 AM
#2
Hyperactive Member
Re: [ask]how to export datareport into word document
Hi
Have you try using .txt option. I guess .doc is not possible
I am using this code for .txt files. Works ok for me
VB Code:
DataReport1.ExportReport rptKeyHTML, , , True
Regards,
CHAMPGARY 
-
Feb 2nd, 2006, 10:21 AM
#3
Re: [ask]how to export datareport into word document
Moved to reporting section
-
Feb 6th, 2006, 03:58 AM
#4
Thread Starter
New Member
Re: [ask]how to export datareport into word document
 Originally Posted by CHAMPGARY
Hi
Have you try using .txt option. I guess .doc is not possible
I am using this code for .txt files. Works ok for me
VB Code:
DataReport1.ExportReport rptKeyHTML, , , True
yes this code will export the datareport into txt or html file, but it only export the txt file alone .. while I got picture in my report as well.
or is there any way to export all the content in the report such as pictures ???
@Hack : sorry I put this thread in the wrong forum lol
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|