Back to Devexpress

SankeyDiagramControl.Print() Method

wpf-devexpress-dot-xpf-dot-charts-dot-sankey-dot-sankeydiagramcontrol-f969ca3d.md

latest2.7 KB
Original Source

SankeyDiagramControl.Print() Method

Invokes the Print dialog and prints the current Sankey Diagram Control.

Namespace : DevExpress.Xpf.Charts.Sankey

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public void Print()
vb
Public Sub Print

Remarks

This method displays the standard Print dialog that allows users select the printer, specify the range of pages to print, the number of copies, etc.

To print the document without any dialogs, use the PrintDirect() or PrintDirect(String) method.

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

NameDescription
SankeyDiagramControl.ShowPrintPreviewCreates a document that contains the Sankey Diagram Control and displays the Print Preview of the document.
SankeyDiagramControl.ShowPrintPreviewDialogCreates a document that contains the Sankey Diagram Control and displays the Print Preview of the document as a modal window.
SankeyDiagramControl.ShowRibbonPrintPreviewCreates a document that contains the Sankey Diagram Control and displays the Print Preview of the document with a Ribbon toolbar.
SankeyDiagramControl.ShowRibbonPrintPreviewDialogCreates a document that contains the Sankey Diagram Control and displays the Print Preview of the document with a Ribbon toolbar as a modal window.

See Also

PrintDirect()

PrintDirect(String)

SankeyDiagramControl Class

SankeyDiagramControl Members

DevExpress.Xpf.Charts.Sankey Namespace