Back to Devexpress

HeatmapControl.ShowPrintPreviewDialog Method

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

latest1.4 KB
Original Source

HeatmapControl.ShowPrintPreviewDialog Method

NameParametersDescription
ShowPrintPreviewDialog(Window, String, String)owner, documentName, titleCreates a document that contains the Heatmap Control and displays the Print Preview as a modal window. The document name, the Print Preview owner, and title are passed as parameters.
ShowPrintPreviewDialog(Window, String)owner, documentNameCreates a document that contains the Heatmap Control and displays the Print Preview as a modal window. The document name, the Print Preview owner are passed as parameters.
ShowPrintPreviewDialog(Window)ownerCreates a document that contains the Heatmap Control and displays the Print Preview as a modal window. The Print Preview owner is passed as a parameter.