PivotGridControl.ShowPrintPreviewDialog Method
Name | Parameters | Description |
---|---|---|
ShowPrintPreviewDialog(Window, String, String) | owner, documentName, title | Creates the print document from the PivotGridControl 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 PivotGridControl 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 PivotGridControl and displays the modal Print Preview of the document, using the specified owner. |