Back to Devexpress

PrintTool.ShowRibbonPreviewDialog Method

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

latest2.1 KB
Original Source

PrintTool.ShowRibbonPreviewDialog Method

NameParametersDescription
ShowRibbonPreviewDialog()noneInvokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool.
ShowRibbonPreviewDialog(UserLookAndFeel)lookAndFeelInvokes the Ribbon 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.
ShowRibbonPreviewDialog(IWin32Window, UserLookAndFeel)owner, lookAndFeelInvokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. The dialog is invoked as a child of the specified parent window, using the specified look-and-feel settings.