PivotGridControl.ShowPrintPreview Method
Name | Parameters | Description |
---|---|---|
ShowPrintPreview(FrameworkElement, String, String) | owner, documentName, title | Creates the print document from the PivotGridControl and displays the Print Preview of the document, using the specified owner, document name and Print Preview‘s title. |
ShowPrintPreview(FrameworkElement, String) | owner, documentName | Creates the print document from the PivotGridControl and displays the Print Preview of the document, using the specified owner and document name. |
ShowPrintPreview(FrameworkElement) | owner | Creates the print document from the PivotGridControl and displays the Print Preview of the document, using the specified owner. |