Back to Devexpress

SpreadsheetControl.ShowPrintPreview() Method

wpf-devexpress-dot-xpf-dot-spreadsheet-dot-spreadsheetcontrol-e3948a87.md

latest2.0 KB
Original Source

SpreadsheetControl.ShowPrintPreview() Method

Invokes the Print Preview window with a Bar UI.

Namespace : DevExpress.Xpf.Spreadsheet

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

NuGet Package : DevExpress.Wpf.Spreadsheet

Declaration

csharp
public void ShowPrintPreview()
vb
Public Sub ShowPrintPreview

Remarks

The Print Preview window displays the control data as it will appear when it is printed. The control can be previewed only if the DXPrinting Library is available. To check if previewing the SpreadsheetControl is allowed, use the SpreadsheetControl.IsPrintPreviewAvailable property.

To display the Print Preview window with a Ribbon UI, use the SpreadsheetControl.ShowRibbonPrintPreview method.

To print the data without showing a print preview, use SpreadsheetControl.Print or SpreadsheetControl.ShowPrintDialog.

See Also

ShowRibbonPrintPreview()

ShowPrintDialog()

Print

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.Xpf.Spreadsheet Namespace