Skip to main content

PrintPreviewFormExBase.Show() Method

Displays the Print Preview Form.

Namespace: DevExpress.XtraPrinting.Preview

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

Declaration

public void Show()

Remarks

This method creates and shows the Print Preview Form using the default look-and-feel settings used in the current project. To show the Print Preview Form using any particular UserLookAndFeel settings, use the overloaded Show method with the lookAndFeel parameter.

Example

The following example demonstrates how to show the PrintPreviewFormEx of the PrintingSystem component.

printingSystem1.PreviewFormEx.Show();

The following code snippets (auto-collected from DevExpress Examples) contain references to the Show() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also