Skip to main content

PrintHelper.ShowRibbonPrintPreviewDialog Method

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