Package com.businessobjects.crystalreports.designer.sdk.input

This package is used to access reports that are stored in a custom location.

See:
          Description

Interface Summary
ICrystalDocumentSaveBehavior This interface defines a save behavior for a ICrystalReportsEditor object.
IReportClientDocumentFactory This interface defines a factory that creates ReportClientDocument objects.
IReportClientDocumentLoadingProgressMonitor This interface defines a progress monitor that provides status updates specific to loading a report.
 

Package com.businessobjects.crystalreports.designer.sdk.input Description

This package is used to access reports that are stored in a custom location.

By using the classes in this package you can create custom saving and loading behaviors that manage a report that is stored in a custom location. For example, if you store a report in a database, you can use the classes in this package to open the report directly from the database and save it back to the database after it has been modified.