Reports Information
The Report Shell part has the following actions associated
with it:
destroyPart
previewWithOwner
print
terminateOutput
- destroyPart
- The destroyPart action destroys the part and its children, and
releases all associated resources. You can use this action for both
visual and nonvisual parts. All connections to the destroyed part are
removed.
- previewWithOwner
-
The previewWithOwner action generates and displays a Report
Viewer part for the Report Shell part. One way to use this action is to
add a Preview button to your application and connect its
clicked event to the Report Shell part's
previewWithOwner action.
- print
- The print action generates a Report Printer part for the Report
Shell part. One way to use this action is to add a Print
button to your application and connect its clicked event to the
Report Shell part's print action.
- terminateOutput
- The terminateOutput action stops printing the report.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]