PivotGridControl.ShowRibbonPrintPreview() Method
In This Article
Opens the Print Preview window with a Ribbon-based interface.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
#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