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

PrintHelper.ShowPrintPreviewDialog Method

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