Back to Devexpress

PivotGridControl.ShowRibbonPrintPreview Method

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

latest1.3 KB
Original Source

PivotGridControl.ShowRibbonPrintPreview Method

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