wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-e3e89b55.md
Prints the Heatmap Control on the default printer.
Namespace : DevExpress.Xpf.Charts.Heatmap
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public void PrintDirect()
Public Sub PrintDirect
To show the standard Print dialog, use the Print() 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