Back to Devexpress

PrintHelper.ShowPrintPreview Method

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

latest3.9 KB
Original Source

PrintHelper.ShowPrintPreview Method

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