Skip to main content
A newer version of this page is available. .

ChartControlBase.ShowRibbonPrintPreviewDialog Method

Name Parameters Description
ShowRibbonPrintPreviewDialog(Window, PrintSizeMode) owner, sizeMode Creates a print document from a chart with the specified print size mode and displays the document using the modal Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreviewDialog(Window, String, PrintSizeMode) owner, documentName, sizeMode Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the modal Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreviewDialog(Window, String, String, PrintSizeMode) owner, documentName, title, sizeMode Creates a print document with the specified name from a chart with the specified print size mode and displays the document using the modal Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreviewDialog(Window, String, String) owner, documentName, title Creates a print document with the specified name from a chart and displays the document using the modal Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreviewDialog(Window, String) owner, documentName Creates a print document with the specified name from a chart and displays the document using the modal Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreviewDialog(Window) owner Creates a print document from a chart and displays the document using the modal Print Preview window with the Ribbon toolbar and the specified owner.