Crystal Reports export to text

  • Thread starter Thread starter Liliputanac
  • Start date Start date
Yes, Crystal report gives you this facility. You should check
enableExport Property of crystal report viewer. when you enabled this
property then it will give you option on its tool bar for exporting CR
into different formats.


-- NA
 
Yes, Crystal report gives you this facility. You should check
enableExport Property of crystal report viewer. when you enabled this
property then it will give you option on its tool bar for exporting CR
into different formats.

Maybe I wasn't clear enough. Export to PLAIN text format. There is a big
difference between
..TXT and .RTF
 
Maybe I wasn't clear enough. Export to PLAIN text format. There is a big
difference between
.TXT and .RTF

I think there has to be a .DLL or something that would enable this export
type ..
I have installed a full version of Crystal Reports 11 and still nothing ...

thnx in advance ..
 
Maybe I wasn't clear enough. Export to PLAIN text format. There is a big
difference between
.TXT and .RTF

If you want a plain text then why not you make .txt file
programaticlly instead of CR.
 
Pls note that .txt and .rtf are two different formats. We would basically like to export the report to .txt so that the user can print the report faster thru command prompt.

Pls let me know if above is possible if yes
then pls let me know the code & steps to be followed
 
I don't think it is possible with the standard install of 2005. The version 2005 uses I think is Crystal 10.5 Standard. Export to Text is not available in this version.
I'm not sure how to alter the configuration of VB.NET to utilise a later version of Crystal Reports. (i.e XI)

If I find out, I'll let you know. Please do likewise.



Shine wrote:

Pls note that .txt and .rtf are two different formats.
25-Apr-07

Pls note that .txt and .rtf are two different formats. We would basically like to export the report to .txt so that the user can print the report faster thru command prompt

Pls let me know if above is possible if ye
then pls let me know the code & steps to be followed
--
Posted via DotNetSlackers.com

Previous Posts In This Thread:

Crystal Reports export to text
Hello

Is there a way to accomplish this from VB.NET 2005

thnx.

Yes, Crystal report gives you this facility.
Yes, Crystal report gives you this facility. You should chec
enableExport Property of crystal report viewer. when you enabled thi
property then it will give you option on its tool bar for exporting C
into different formats

-- NA

Re: Crystal Reports export to text
Maybe I was not clear enough. Export to PLAIN text format. There is a bi
difference betwee
..TXT and .RTF

I think there has to be a .
I think there has to be a .DLL or something that would enable this expor
type .
I have installed a full version of Crystal Reports 11 and still nothing ..

thnx in advance ..

Re: Crystal Reports export to text
If you want a plain text then why not you make .txt fil
programaticlly instead of CR.

can you tell me, what you want to do?
can you tell me, what you want to do?

Pls note that .txt and .rtf are two different formats.
Pls note that .txt and .rtf are two different formats. We would basically like to export the report to .txt so that the user can print the report faster thru command prompt

Pls let me know if above is possible if ye
then pls let me know the code & steps to be followed
--
Posted via DotNetSlackers.com


Submitted via EggHeadCafe - Software Developer Portal of Choice
Generics: Constraints, IComparable, and IEnumerable
http://www.eggheadcafe.com/tutorial...397-9c412a25b257/generics-constraints-ic.aspx
 
Back
Top