Back to Devexpress

PrintHelper.ShowRibbonPrintPreviewDialog Method

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

latest4.2 KB
Original Source

PrintHelper.ShowRibbonPrintPreviewDialog Method

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