Crystal reports are edited with a report designer
that is made up of several pages, where each page provides a view of the
report. You can add new pages to the report designer to create a custom view of
the report.
To add a new page to the report designer, create a
plug-in that extends the
com.businessobjects.crystalreports.designer.uibase.ReportEditorPage
extension point, and include it in the Eclipse
plugins
directory.
You can remove a report designer page by removing
the corresponding plug-in.