Back to Devexpress

TdxPSPreviewWindow Class

vcl-dxpsprvw.md

latest2.1 KB
Original Source

TdxPSPreviewWindow Class

The Print Preview window.

Declaration

delphi
TdxPSPreviewWindow = class(
    TdxPSCustomPreviewWindow,
    IdxComponentPrinterListener,
    IdxSkinSupport,
    IdxPSExplorerTreeContainerHost
)

Remarks

The Print Preview window provides a UI for browsing reports built with report links.

The Print Preview dialog includes this window as part of its UI.

You can add the Print Preview window into any container control. The following image illustrates the window embedded into the Ribbon Backstage View of the ExpressPrinting System compiled demo available at https://www.devexpress.com/support/demos/#vcl.

Implements

IdxComponentPrinterListener

IdxSkinSupport

IdxPSExplorerTreeContainerHost

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TdxPSCustomPreviewWindow TdxPSPreviewWindow

See Also

TdxPSPreviewWindow Members

dxPSPrVw Unit