Package com.crystaldecisions.reports.sdk

This package is used to provide access to a report and its data sources.

See:
          Description

Interface Summary
IDataDefinition An interface for the getting the paramaters of a client document.
IReportClientDocument An interface for report and subreport objects.
ISubreportClientDocument An interface for subreport objects.
 

Class Summary
DatabaseController A database controller which provides an interface for some database related operations.
DataDefController A controller that provides limited access to the document's data definition.
ParameterFieldController A database controller which provides an interface for some database related operations.
PrintOutputController A controller for handling printing and exporting operations.
ReportClientDocument A document object that represents a report.
SubreportController A subreport controller which provides access to the subreports in the document.
 

Package com.crystaldecisions.reports.sdk Description

This package is used to provide access to a report and its data sources. It contains classes that can be used to update the data source location of a report and perform similar tasks.

Although this library provides the functionality to access a report, any changes made to the report will not be permanent. In order to permanently modify the report, you must have a Report Application Server. For more information on this, consult the Crystal Reports Java Reporting Component Developer's Guide.