IExporter.ExportFromWeb

Syntax

ExportFromWeb: Boolean;

Description

The ExportFromWeb property determines, which operation is to be executed with the report in the web application: the report is exported or opened in the preview mode.

Comments

The ExportFromWeb property is relevant for the reports that contain FME maps. It is necessary to specify the relative path to the topobase for correct displaying of FME map in the web application. The desktop application does not find the topobase on opening the report in the preview mode at the relative path that is why it is necessary to specify the absolute path.

Considering value of the ExportFromWeb property, the absolute or relative path can be set in the OnBeforeExportReport export event. If the ExportFromWeb property returns True (export), the relative path is specified; if it returns False (preview), the absolute path is specified.

See also:

IExporter