DataViewBase.ShowPrintPreviewDialog(Window) Method
Creates the print document from the DataViewBase (or its inheritor) and displays a Print Preview of the document as a modal window.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
owner | Window | The owner of the Print Preview. |
Remarks
The Print Preview displays the printed document’s appearance. The Print Preview window allows end users to print the document and export it to a file in the required format.
Note
You can preview, print, and export the control’s data only if the DXPrinting Library is available.
Refer to the following topics for more information on how to print data:
See Also