Back to Devexpress

DataViewBase.ShowPrintPreviewDialog Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-showprintpreviewdialog.md

latest1.1 KB
Original Source

DataViewBase.ShowPrintPreviewDialog Method

NameParametersDescription
ShowPrintPreviewDialog(Window, String, String)owner, documentName, titleCreates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document as a modal window.
ShowPrintPreviewDialog(Window, String)owner, documentNameCreates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document as a modal window.
ShowPrintPreviewDialog(Window)ownerCreates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document as a modal window.