Export an Active Report to an HTML file.

Syntax

ISReportFunctions.ExportReportToHtml(report, fileName, [createFrames], [includeBookmarks], [pageOutput], [title], [fileNameResolved])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISReportFunctions
Namespace:
Intersoft.ISReports6
Assembly:
ISReports6, Version=6.0.3
Target Framework:
.NET 9.0