Package com.businessobjects.crystalreports.designer.sdk.wizard

This package defines a custom wizard that creates a Crystal report.

See:
          Description

Class Summary
ReportWizard This class defines a wizard that creates Crystal reports.
 

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

This package defines a custom wizard that creates a Crystal report. By extending the ReportWizard class, you can create a wizard that produces a report that is customized for your users.

The wizard can a Crystal report by loading a predefined report template from disk, or it can create a report by using the SDK to modify a blank report. You can add custom pages to the wizard that prompt the user for input. You can then customize the report according to user response. This package is used in conjunction with the org.eclipse.ui.newWizards extension point.