Back to Devexpress

HeatmapControl.Print() Method

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-9939a74b.md

latest2.3 KB
Original Source

HeatmapControl.Print() Method

Invokes the Print dialog and prints the current Heatmap Control.

Namespace : DevExpress.Xpf.Charts.Heatmap

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public void Print()
vb
Public Sub Print

Remarks

The Print method displays the standard Print dialog that allows users to select the printer, specify the range of pages to print, the number of copies, and so on.

To print the document without any dialogs, use the PrintDirect method.

To display the DevExpress Print Preview, use one of the following methods:

HeatmapControl.ShowPrintPreviewCreates a document that contains the Heatmap Control and displays the Print Preview of the document.HeatmapControl.ShowPrintPreviewDialogCreates a document that contains the Heatmap Control and displays the Print Preview of the document as a modal window.HeatmapControl.ShowRibbonPrintPreviewCreates a document that contains the Heatmap Control and displays the Print Preview of the document with a Ribbon toolbar.HeatmapControl.ShowRibbonPrintPreviewDialogCreates a document that contains the Heatmap Control and displays the Print Preview of the document with a Ribbon toolbar as a modal window. See Also

PrintDirect

HeatmapControl Class

HeatmapControl Members

DevExpress.Xpf.Charts.Heatmap Namespace