Skip to main content

Print Preview with a Standard Toolbar

  • 2 minutes to read

This document describes the main UI elements of a Print Preview form featuring a standard toolbar.

Print Control

The PrintControl component is used to display a document’s pages in Print Preview.

The Print Control displays the following message if a report is not assigned to Print Preview (or an empty report containing no controls on any of its bands is assigned):

PrintPreviewElements_PrintControl

The Print Control provides scroll bars for navigating through document pages and the Find panel that enables text search within a document.

print-control-find-panel

Selecting a document’s content and right-clicking it invokes a context menu enabling you to print this content or copy it to the clipboard.

print-control-context-menu

Print Bar Manager

The PrintBarManager component allows you to manipulate a document in Print Preview.

PrintPreviewElements_PrintBarManager

The Print Bar Manager consists of the following main elements:

  • Preview Menu

    Groups the available document commands into several categories (File, View, and Background).

  • Preview Toolbar

    Contains buttons duplicating all Preview Menu commands for quick access to the corresponding actions.

  • Preview Status Bar

    While a document’s pages are being created, it displays a Progress Bar which allows you to stop the document’s creation at any time.

    It also displays the total number of pages in a document, the currently selected page’s number and enables you to change the zoom factor.

    Clicking the page information panel invokes a dialog window you can use to jump to a specific page number.

    preview-status-bar-go-to-page-dialog

Dock Manager

The DockManager component contains various panels that can be displayed for a document:

Image

Description

dock-manager-parameters-panel

A Parameters panel

When a report contains visible parameters, this panel enables you to pass custom values to these parameters and rebuild the document using these values (clicking Submit), as well as restore the parameter values to their defaults (clicking Reset).

dock-manager-document-map-panel

A Document Map

When a report has bookmarks assigned to its controls, this panel displays their hierarchy and allows you to navigate to the corresponding sections in a document.

dock-manager-thumbnails-panel

A Thumbnails panel

View document pages as thumbnails. Allows you to navigate to a page by selecting the corresponding thumbnail.

You can toggle these panels’ visibility using the corresponding buttons on the Print Preview toolbar.

See Also