Skip to main content
All docs
V23.2

SankeyDiagramControl.ShowPrintPreviewDialog Method

Name Parameters Description
ShowPrintPreviewDialog(Window, String, String) owner, documentName, title Creates a document that contains the Sankey Diagram 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, documentName Creates a document that contains the Sankey Diagram Control and displays the Print Preview as a modal window. The document name, the Print Preview owner are passed as parameters.
ShowPrintPreviewDialog(Window) owner Creates a document that contains the Sankey Diagram Control and displays the Print Preview as a modal window. The Print Preview owner is passed as a parameter.