Results 1 to 4 of 4

Thread: [ask]how to export datareport into word document

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2005
    Posts
    12

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

  2. #2
    Hyperactive Member CHAMPGARY's Avatar
    Join Date
    Jul 2002
    Posts
    386

    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:
    1. DataReport1.ExportReport rptKeyHTML, , , True
    Regards,
    CHAMPGARY

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [ask]how to export datareport into word document

    Moved to reporting section

  4. #4

    Thread Starter
    New Member
    Join Date
    Mar 2005
    Posts
    12

    Re: [ask]how to export datareport into word document

    Quote 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:
    1. 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
  •  



Click Here to Expand Forum to Full Width