Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

exporting reports

Status
Not open for further replies.

nithinn

Programmer
Apr 16, 2003
10
IN
iam not able to export crystal reports in html format in jsp. iam able do export in word,pdf and excel .i could not find any report export format in html in ras sdk.
iam using cr9.
 
The CrReportExportFormatEnum only has the following 8 formats available --

crReportExportFormatCrystalReports (0)
crReportExportFormatMSWord (1)
crReportExportFormatMSExcel (2)
crReportExportFormatRTF (3)
crReportExportFormatPDF (5)
crReportExportFormatRecordToMSExcel (6)
crExportFormatText (7)
crReportExportFormatCharacterSeparatedValues (8)





Cheers,

SurfingGecko
Home of Crystal Ease
 
You can do it via URL but can't get it into the viewer itself.

Lisa
 
where is CrReportExportFormatEnum ?? on the local computer? on the server ??
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top