Skip to main content
A newer version of this page is available. .

PrintHelper.ShowPrintPreview Method

Name Parameters Description
ShowPrintPreview(FrameworkElement, IPrintableControl, String, String) static owner, source, documentName, title Creates a document from the specified control, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, IPrintableControl, String) static owner, source, documentName Creates a document from the specified control, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, IPrintableControl) static owner, source Creates a document from the specified control, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, LinkBase, String) static owner, link, title Creates a document from the specified link, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, LinkBase) static owner, link Creates a document from the specified link, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, IPrintable, String, String) static owner, source, documentName, title Creates a document from the specified control, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, IPrintable, String) static owner, source, documentName Creates a document from the specified control, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, IPrintable) static owner, source Creates a document from the specified control, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, IReport, String) static owner, report, title Creates a document from the specified link, and shows it in the Document Preview window.
ShowPrintPreview(FrameworkElement, IReport) static owner, report Creates a document from the specified link, and shows it in the Document Preview window.