Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChartControlBase.ShowRibbonPrintPreview Method

Name Parameters Description
ShowRibbonPrintPreview(FrameworkElement, PrintSizeMode) owner, sizeMode Creates a print document from a chart with the specified print size mode and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(FrameworkElement, 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 Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(FrameworkElement, 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 Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreview(FrameworkElement, String, String) owner, documentName, title Creates a print document with the specified name from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreview(FrameworkElement, String) owner, documentName Creates a print document with the specified name from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(FrameworkElement) owner Creates a print document from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(Window, PrintSizeMode) owner, sizeMode Creates a print document from a chart with the specified print size mode and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(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 Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(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 Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreview(Window, String, String) owner, documentName, title Creates a print document with the specified name from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner and title.
ShowRibbonPrintPreview(Window, String) owner, documentName Creates a print document with the specified name from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.
ShowRibbonPrintPreview(Window) owner Creates a print document from a chart and displays the document using the Print Preview window with the Ribbon toolbar and the specified owner.