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