Before you can complete the steps in this example,
you must have a plug-in project that includes the
com.businessobjects.crystalreports.designer.sdk
library.
This example shows how to define the
com.businessobjects.crystalreports.designer.sdk.ReportEditorPage
extension point for your plug-in project. This extension point lets you create
a customized report designer page.
In the
Project
Explorer, expand
META-INF.
Right-click
MANIFEST.MF, and point to
Open With > Plug-in Manifest
Editor.
The Plug-in
Manifest Editor displays the plug-in project settings.
Click the
Extensions
tab.
In the
All
Extensions area, click
Add.
The
"New
Extension" wizard is displayed.
Select
com.businessobjects.crystalreports.designer.sdk.ReportEditorPage,
and click
Finish.
The
ReportEditorPage extension
point and a
ReportEditorPage extension
element are added to the project.
Select the
ReportEditorPage extension
element.
For example, select
MyProject.ReportEditorPage1.
The
Extension Element
Details pane appears.
Type a title for the page in the
tabText
field.
This text will be displayed
on the tab for the page.