how to crystal report export to text file in c#?
in c# there is not available formattype.text.
then how?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Posted Jun 16, 2011, 9:14 AM
CrystalDecisions.Shared.ExportFormatType.RichText;
Pankaj GogoiPosted Jun 17, 2011, 4:13 AM
You can export to text file. You can export it to pdf,word,excel,rtf
This link might help you
http://www.codeproject.com/KB/cs/Crystal_Report_Export.aspx
Hope this helps
Thanks