Back to Devexpress

PivotGridControl.ShowPrintPreview Method

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

latest1.2 KB
Original Source

PivotGridControl.ShowPrintPreview Method

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