Back to Devexpress

PrintHelper.ShowPrintPreviewDialog Method

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

latest3.8 KB
Original Source

PrintHelper.ShowPrintPreviewDialog Method

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