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

DataViewBase.ShowPrintPreviewDialog Method

Name Parameters Description
ShowPrintPreviewDialog(Window, String, String) owner, documentName, title Creates the print document from the DataViewBase and displays the modal Print Preview of the document using the specified owner, document name and Print Preview‘s title.
ShowPrintPreviewDialog(Window, String) owner, documentName Creates the print document from the DataViewBase and displays the modal Print Preview of the document using the specified owner and document name.
ShowPrintPreviewDialog(Window) owner Creates the print document from the DataViewBase and displays the modal Print Preview of the document using the specified owner.