Xceed DataGrid for WPF v7.2 Documentation
ShowPrintPreviewPopup Method


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : ShowPrintPreviewPopup Method
Dsiplays a print preview in a popup window using the provided document title.
Displays a print preview in a popup window.
Overload List
OverloadDescription
Dsiplays a print preview in a popup window using the provided document title.  
Dsiplays a print preview in a popup window using the provided document title, and specifying a set of print options.  

Displays a print preview dialog in a popup specifying the title that will be used as the print-job name, indicating whether the end user can specify the range of pages to print, and providing a callback that will handle the PrintProgression event, the size of the popup, and the default paper size, as well as indicating whether the progress window is displayed.

 
Displays a print preview dialog in a popup specifying the title that will be used as the print-job name, indicating whether the end user can specify the range of pages to print, and providing a callback that will handle the PrintProgression event, the size of the popup, as well as indicating whether the progress window is displayed, and specifying a set of print options.  
Remarks
This method should be used when the application is being deployed as an XBAP, as XBAP applications cannot open new windows.
Requirements

Target Platforms: Windows 11, Windows, 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataGridControl Class
DataGridControl Members