Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Crystal Report の内容をテキスト ファイルにエクスポートする方法はありますか - 私は VS 2005 を使用しています。
rtf/html にエクスポートして、タグを削除してみます
ReportDocument.Export() を呼び出す前に、ReportDocument オブジェクト FormatOptions.ExportFormatType = TabSeperatedText を設定します。