IReportPrintTool Methods
For internal use. Provides the basic functionality for the ReportPrintTool class.| Name | Description |
|---|---|
| ClosePreview() | For internal use. If implemented by a class, stops displaying the report. |
| CloseRibbonPreview() | For internal use. If implemented by a class, stops displaying the report. |
| Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable. |
| Print() | For internal use. If implemented by a class, prints the current document. |
| Print(String) | For internal use. If implemented by a class, prints the current document to the specified printer. |
| PrintDialog() | If implemented by a class, invokes the Print dialog. |
| ShowPageSetupDialog(Object) | If implemented by a class, invokes a Page Setup dialog |
| ShowPreview() | For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. |
| ShowPreview(Object) | For internal use. If implemented by a class, invokes the Print Preview Form which shows the print preview of the report document. |
| ShowPreviewDialog() | For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. |
| ShowPreviewDialog(Object) | For internal use. If implemented by a class, invokes the Print Preview Form which modally shows the print preview of the report document. |
| ShowRibbonPreview() | For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. |
| ShowRibbonPreview(Object) | For internal use. If implemented by a class, invokes the Ribbon Print Preview showing the report document. |
| ShowRibbonPreviewDialog() | For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. |
| ShowRibbonPreviewDialog(Object) | For internal use. If implemented by a class, invokes the Ribbon Print Preview Form which modally shows the print preview of the report. |
See Also