wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-showribbonprintpreview.md
| Name | Parameters | Description |
|---|---|---|
| ShowRibbonPrintPreview(FrameworkElement, IPrintableControl, String, String) static | owner, source, documentName, title | Creates a document from the specified control, and shows it in the Ribbon Print Preview window. |
| ShowRibbonPrintPreview(FrameworkElement, IPrintableControl, String) static | owner, source, documentName | Creates a document from the specified control, and shows it in the Ribbon Print Preview window. |
| ShowRibbonPrintPreview(FrameworkElement, IPrintableControl) static | owner, source | Creates a document from the specified control, and shows it in the Ribbon Print Preview window. |
| ShowRibbonPrintPreview(FrameworkElement, LinkBase, String) static | owner, link, title | Creates a document from the specified link, and shows it in the Ribbon Print Preview window. |
| ShowRibbonPrintPreview(FrameworkElement, LinkBase) static | owner, link | Creates a document from the specified link, and shows it in the Ribbon Print Preview window. |
| ShowRibbonPrintPreview(FrameworkElement, IBasePrintable, String, String) static | owner, source, documentName, title | |
| ShowRibbonPrintPreview(FrameworkElement, IBasePrintable, String) static | owner, source, documentName | |
| ShowRibbonPrintPreview(FrameworkElement, IBasePrintable) static | owner, source | |
| ShowRibbonPrintPreview(FrameworkElement, IReport, String) static | owner, report, title | Creates a document from the specified report, and shows it in the Ribbon Print Preview window. |
| ShowRibbonPrintPreview(FrameworkElement, IReport) static | owner, report | Creates a document from the specified report, and shows it in the Ribbon Print Preview window. |