Export an Active Report to a PDF file.

Syntax

ISReportFunctions.ExportReportToPdf(report, fileName, [acrobatVersion], [displayMode], [imageQuality], [includeBookmarks], [title], [fileNameResolved])

Parameters

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

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