| Overload | Description |
|---|---|
| OpenReport(FileInfo) | Opens the specified report file from FileInfo. Throws an InvalidOperationException if another report is processing. Use the Cancel method and wait for the State to become idle before executing this method. |
| OpenReport(ReportDefinition,String) | Opens the specified report from ReportDefinition. Throws an InvalidOperationException if another report is processing. Use the Cancel method and wait for the State to become idle before executing this method. |
| OpenReport(ReportRuntime,String) | Opens and previews the specified report with the specified caption. Throws an InvalidOperationException if another report is processing. Use the Cancel method and wait for the State to become idle before executing this method. |
| OpenReport(Stream,String) | Opens and previews the specified report. Throws an InvalidOperationException if another report is processing. Use the Cancel method and wait for the State to become idle before executing this method. |
| OpenReport(ReportRuntime,String,Boolean) | Opens and previews the specified report with the specified caption. Throws an InvalidOperationException if another report is processing. Use the Cancel method and wait for the State to become idle before executing this method. |