Skip to main content

PivotGridControl.ShowRibbonPrintPreview() Method

Opens the Print Preview window with a Ribbon-based interface.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public void ShowRibbonPrintPreview()

Remarks

The Preview window displays the pivot grid as it will appear when it is printed. Pivot Grid Control can be previewed and printed if the XtraPrinting Library is available. To ensure that printing and previewing Pivot Grid Control is allowed, use the PivotGridControl.IsPrintingAvailable property.

To open the Print Preview window with a toolbar-based interface, use the PivotGridControl.ShowPrintPreview method.

See Also