Back to Devexpress

PrintTool.ShowRibbonPreview Method

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

latest2.0 KB
Original Source

PrintTool.ShowRibbonPreview Method

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