PrintPreviewFormExBase.Show() Method
Displays the Print Preview Form.
Namespace: DevExpress.XtraPrinting.Preview
Assembly: DevExpress.XtraPrinting.v22.2.dll
NuGet Package: DevExpress.Win.Printing
Declaration
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.
See Also