Show contents 

Report > Report Assembly Interfaces > IPrxReportExporter > IPrxReportExporter.IsExportToPdfAvailable

IPrxReportExporter.IsExportToPdfAvailable

Syntax

IsExportToPdfAvailable: Boolean;

Description

The IsExportToPdfAvailable method checks if export to PDF is available.

Comments

After executing the method library availability required for export to PDF is checked. If the library is available, export to PDF is possible and the IsExportToPdfAvailable method returns True. If library is unavailable, the method returns False.

Example

The method use is given in the example for IPrxReportExporter.Report.

See also:

IPrxReportExporter