Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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, IBasePrintable, String, String) static owner, source, documentName, title
ShowPrintPreview(FrameworkElement, IBasePrintable, String) static owner, source, documentName
ShowPrintPreview(FrameworkElement, IBasePrintable) static owner, source
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.