| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| report | GrapeCity.ActiveReports.SectionReport | The Active Report to export. | ||
| fileName | String | The File Name. | ||
| createFrames | Boolean | Optional | Indicates whether the HTML pages appear in a frame set. If true, any bookmark entries appear on the left and the report document appears on the right. If omitted, a value of False is assumed. | |
| includeBookmarks | Boolean | Optional | If the Report contains bookmarks, then this Enum indicates whether to create an HTML page containing bookmark links. If omitted, a value of False is assumed. | |
| pageOutput | iseReportExportHtmlPageOutput | Optional | Indicates whether to create a Single HTML page for the Report, or an HTML page for each page of the Report. If omitted, a value of iseReportExportHtmlPageOutput.SinglePage is assumed. | |
| title | String | Optional | The Title used in the Header of the HTML pages. | |
| fileNameResolved | String | Optional | ByRef | The exported File Name. |
A Boolean value indicating success.