Back to Devexpress

PivotGridControl.PrintDirect() Method

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

latest2.1 KB
Original Source

PivotGridControl.PrintDirect() Method

Prints the pivot grid using the default printer.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void PrintDirect()
vb
Public Sub PrintDirect

Remarks

Use the PrintDirect method without parameters, to immediately send the pivot grid to the default printer, and the PrintDirect method with the queue parameter, to send the pivot grid to a specific printer. Also, you can use the PivotGridControl.Print method to print the pivot grid using custom printing settings, specified by an end-user via the Print dialog.

To display the Print Preview of the pivot grid, use the PivotGridControl.ShowPrintPreview and PivotGridControl.ShowPrintPreviewDialog methods. To export the pivot grid, use the appropriate ExportTo~ method (e.g. PivotGridControl.ExportToHtml, PivotGridControl.ExportToPdf, etc.)

Note

The pivot grid can be previewed, printed and exported only if the DXPrinting Library is available.

To learn more, see Printing and Exporting.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace