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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

exporting options in crystal reports using RAS

Status
Not open for further replies.

nithinn

Programmer
Apr 16, 2003
10
IN
can anyone help me out in exporting reports in jsp
iam using crystal reports 9.0
 
Hi there,

What sort of help do you want?

Have you looked at the Java SDK for RAS9? See below.

public class ExportOptions
extends java.lang.Object
implements IExportOptions, IClone

This object provides properties and methods for retrieving information and setting options for exporting your report (such as export format and destination). When possible, use the IExportOptions interface.

cheers...J
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top