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

ChartControlBase.ShowPrintPreviewDialog Method

Name Parameters Description
ShowPrintPreviewDialog(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 specified owner.
ShowPrintPreviewDialog(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 specified owner.
ShowPrintPreviewDialog(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 specified owner and title.
ShowPrintPreviewDialog(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 specified owner and title.
ShowPrintPreviewDialog(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 specified owner.
ShowPrintPreviewDialog(Window) owner Creates a print document from a chart and displays the document using the modal Print Preview window with the specified owner.