Back to Devexpress

PrintHelper.ShowRibbonPrintPreview Method

wpf-devexpress-dot-xpf-dot-printing-dot-printhelper-dot-showribbonprintpreview.md

latest4.2 KB
Original Source

PrintHelper.ShowRibbonPrintPreview Method

NameParametersDescription
ShowRibbonPrintPreview(FrameworkElement, IPrintableControl, String, String) staticowner, source, documentName, titleCreates a document from the specified control, and shows it in the Ribbon Print Preview window.
ShowRibbonPrintPreview(FrameworkElement, IPrintableControl, String) staticowner, source, documentNameCreates a document from the specified control, and shows it in the Ribbon Print Preview window.
ShowRibbonPrintPreview(FrameworkElement, IPrintableControl) staticowner, sourceCreates a document from the specified control, and shows it in the Ribbon Print Preview window.
ShowRibbonPrintPreview(FrameworkElement, LinkBase, String) staticowner, link, titleCreates a document from the specified link, and shows it in the Ribbon Print Preview window.
ShowRibbonPrintPreview(FrameworkElement, LinkBase) staticowner, linkCreates a document from the specified link, and shows it in the Ribbon Print Preview window.
ShowRibbonPrintPreview(FrameworkElement, IBasePrintable, String, String) staticowner, source, documentName, title
ShowRibbonPrintPreview(FrameworkElement, IBasePrintable, String) staticowner, source, documentName
ShowRibbonPrintPreview(FrameworkElement, IBasePrintable) staticowner, source
ShowRibbonPrintPreview(FrameworkElement, IReport, String) staticowner, report, titleCreates a document from the specified report, and shows it in the Ribbon Print Preview window.
ShowRibbonPrintPreview(FrameworkElement, IReport) staticowner, reportCreates a document from the specified report, and shows it in the Ribbon Print Preview window.