Skip to main content
All docs
V26.1
  • PivotGridControl.ShowRibbonPrintPreviewDialog Method

    Name Parameters Description
    ShowRibbonPrintPreviewDialog() none Creates the printable document and displays the modal Print Preview dialog with the Ribbon.
    ShowRibbonPrintPreviewDialog(FrameworkElement, String, String) owner, documentName, title Creates 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, documentName Creates the printable document and displays the modal Print Preview dialog with the Ribbon, using the specified owner and document name.
    ShowRibbonPrintPreviewDialog(FrameworkElement) owner Creates the printable document and displays the modal Print Preview dialog with the Ribbon, using the specified owner.