For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic Crystal Reports > May 2005 > Crystal reports save as dialog box









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Crystal reports save as dialog box
pnp

2005-05-25, 4:00 pm

How can I control the filetypes that a report, displayed in the crystal
report viewer, can be saved as ?

Thanks in advance,
peter
Charles A. Lackman

2005-05-25, 4:00 pm

Hello,

Here are some VB Code samples for exporting.

CrReport.ExportToDisk(ExportFormatType.PortableDocFormat, PrintFileName)

CrReport.ExportToDisk(ExportFormatType.RichText, PrintFileName)

CrReport.ExportToDisk(ExportFormatType.WordForWindows, PrintFileName)

CrReport.ExportToDisk(ExportFormatType.HTML40, PrintFileName)



Hope this helps.



Chuck

"pnp" <pnp.@.softlab.ntua.gr> wrote in message
news:OT1SUcSYFHA.2996@TK2MSFTNGP10.phx.gbl...
How can I control the filetypes that a report, displayed in the crystal
report viewer, can be saved as ?

Thanks in advance,
peter


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com