Back to Devexpress

DataViewBase.ShowPrintPreview Method

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

latest1.1 KB
Original Source

DataViewBase.ShowPrintPreview Method

NameParametersDescription
ShowPrintPreview(FrameworkElement, String, String)owner, documentName, titleCreates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document.
ShowPrintPreview(FrameworkElement, String)owner, documentNameCreates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document.
ShowPrintPreview(FrameworkElement)ownerCreates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document.