Back to Devexpress

PivotGridControl.ShowPrintPreviewDialog Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-dot-showprintpreviewdialog.md

latest1.2 KB
Original Source

PivotGridControl.ShowPrintPreviewDialog Method

NameParametersDescription
ShowPrintPreviewDialog(Window, String, String)owner, documentName, titleCreates the print document from the PivotGridControl and displays the modal Print Preview of the document, using the specified owner, document name and Print Preview ‘s title.
ShowPrintPreviewDialog(Window, String)owner, documentNameCreates the print document from the PivotGridControl and displays the modal Print Preview of the document, using the specified owner and document name.
ShowPrintPreviewDialog(Window)ownerCreates the print document from the PivotGridControl and displays the modal Print Preview of the document, using the specified owner.