IExporter.ExportToFile

Syntax

ExportToFile(FileName: String; FormatTag: String);

Parameters

FileName. File name, to which export is performed.

FormatTag. File format, to which export is performed. Various export types are available depending on the exported file.

Description

The ExportToFile method exports an object to a file of the specified format.

Comments

The description of export features of specific object types is presented in the sections:

IAdhocReportExporter

IWxViewExporter

IChartExporter

IScene3DExporter

IExAnalyzerExporter

IPrxReportExporter

ITabIconExporter

ITabObjectExporter

ITabSheetExporter

See also:

IExporter