Skip to main content
All docs
V25.1
  • HeatmapControl.PrintDirect(String) Method

    Prints the Heatmap Control on a printer with the specified name.

    Namespace: DevExpress.Xpf.Charts.Heatmap

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

    NuGet Package: DevExpress.Wpf.Charts

    Declaration

    public void PrintDirect(
        string printerName
    )

    Parameters

    Name Type Description
    printerName String

    The printer name.

    Remarks

    To show the standard Print dialog, use the Print() method.

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

    HeatmapControl.ShowPrintPreview
    Creates a document that contains the Heatmap Control and displays the Print Preview of the document.
    HeatmapControl.ShowPrintPreviewDialog
    Creates a document that contains the Heatmap Control and displays the Print Preview of the document as a modal window.
    HeatmapControl.ShowRibbonPrintPreview
    Creates a document that contains the Heatmap Control and displays the Print Preview of the document with a Ribbon toolbar.
    HeatmapControl.ShowRibbonPrintPreviewDialog
    Creates 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