Moving Crystal Report Content to ANSI Text File

Is there a way to export the content of the Crystal Report to a text file - I am using VS 2005.

0


source to share


2 answers


I would try to export to rtf / html and strip the tags



+1


source


Set the ReportDocument object FormatOptions.ExportFormatType = TabSeperatedText before you call ReportDocument.Export ()



0


source







All Articles