Back to Devexpress

SankeyDiagramControl.ShowRibbonPrintPreview Method

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

latest1.5 KB
Original Source

SankeyDiagramControl.ShowRibbonPrintPreview Method

NameParametersDescription
ShowRibbonPrintPreview(Window, String, String)owner, documentName, titleCreates a document that contains the Sankey Diagram Control and displays the Print Preview of the document with a Ribbon toolbar. The document name, the Print Preview owner, and title are passed as parameters.
ShowRibbonPrintPreview(Window, String)owner, documentNameCreates a document that contains the Sankey Diagram Control and displays the Print Preview of the document with a Ribbon toolbar. The document name, the Print Preview owner are passed as parameters.
ShowRibbonPrintPreview(Window)ownerCreates a document that contains the Sankey Diagram Control and displays the Print Preview of the document with a Ribbon toolbar. The Print Preview owner is passed as a parameter.