| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| report | GrapeCity.ActiveReports.SectionReport | The Active Report to export. | ||
| fileName | String | The File Name. | ||
| acrobatVersion | iseReportExportPdfAcrobatVersion | Optional | The Version of the PDF format to which the Report is saved. If omitted, a value of iseReportExportPdfAcrobatVersion.Acrobat4 is assumed. | |
| displayMode | iseReportExportPdfDisplayMode | Optional | Specifies how the document should be displayed when it is opened. If omitted, a value of iseReportExportPdfDisplayMode.None is assumed. | |
| imageQuality | iseReportExportPdfImageQuality | Optional | Indicates the level of quality at which to export metafile images. If omitted, a value of iseReportExportPdfImageQuality.Medium is assumed. | |
| includeBookmarks | Boolean | Optional | Indicates whether to export and show bookmarks in the PDF document. If omitted, a value of False is assumed. | |
| title | String | Optional | The Title of the Report. | |
| fileNameResolved | String | Optional | ByRef | The exported File Name. |
A Boolean value indicating success.