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

DataViewBase.ShowRibbonPrintPreview Method

Name Parameters Description
ShowRibbonPrintPreview(FrameworkElement, String, String) owner, documentName, title Creates the print document from the DataViewBase and displays the document’s Print Preview with the Ribbon using the specified owner, document name and Print Preview‘s title.
ShowRibbonPrintPreview(FrameworkElement, String) owner, documentName Creates the print document from the DataViewBase and displays the document’s Print Preview with the Ribbon using the specified owner and document name.
ShowRibbonPrintPreview(FrameworkElement) owner Creates the print document from the DataViewBase and displays the document’s Print Preview with the Ribbon using the specified owner.