Back to Devexpress

PrintTool.ShowPreviewDialog Method

windowsforms-devexpress-dot-xtraprinting-dot-printtool-dot-showpreviewdialog.md

latest1.9 KB
Original Source

PrintTool.ShowPreviewDialog Method

NameParametersDescription
ShowPreviewDialog()noneInvokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool.
ShowPreviewDialog(UserLookAndFeel)lookAndFeelInvokes the standard Print Preview form showing the document that is created from a source (report or link) assigned to the PrintTool. The form is invoked using the specified look-and-feel settings.
ShowPreviewDialog(IWin32Window, UserLookAndFeel)owner, lookAndFeelInvokes the standard Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked using the specified look-and-feel settings.