Back to Devexpress

PivotGridControl.ShowRibbonPrintPreviewDialog Method

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

latest1.4 KB
Original Source

PivotGridControl.ShowRibbonPrintPreviewDialog Method

NameParametersDescription
ShowRibbonPrintPreviewDialog()noneCreates the printable document and displays the modal Print Preview dialog with the Ribbon.
ShowRibbonPrintPreviewDialog(FrameworkElement, String, String)owner, documentName, titleCreates the printable document and displays the modal Print Preview dialog with the Ribbon , using the specified owner, document name and window title.
ShowRibbonPrintPreviewDialog(FrameworkElement, String)owner, documentNameCreates the printable document and displays the modal Print Preview dialog with the Ribbon , using the specified owner and document name.
ShowRibbonPrintPreviewDialog(FrameworkElement)ownerCreates the printable document and displays the modal Print Preview dialog with the Ribbon , using the specified owner.