PrintTool.ShowRibbonPreviewDialog Method
Name | Parameters | Description |
---|---|---|
ShowRibbonPreviewDialog() | none | Invokes the Ribbon Print Preview dialog showing the document that is created from a source (report or link) assigned to the PrintTool. |
ShowRibbonPreviewDialog(UserLookAndFeel) | lookAndFeel | Invokes 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, lookAndFeel | Invokes 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. |