Back to Devexpress

HeatmapControl.PrintDirect() Method

wpf-devexpress-dot-xpf-dot-charts-dot-heatmap-dot-heatmapcontrol-e3e89b55.md

latest2.2 KB
Original Source

HeatmapControl.PrintDirect() Method

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

Declaration

csharp
public void PrintDirect()
vb
Public Sub PrintDirect

Remarks

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

Print()

PrintDirect(String)

HeatmapControl Class

HeatmapControl Members

DevExpress.Xpf.Charts.Heatmap Namespace