ReportExportToXml Method (FileInfo)A Sandcastle Documented Class Library
Exports the content of this report to a file. The content is saved in the same XML format as used between the eSales cluster and the eSales Connector.

Namespace:  Apptus.ESales.Connector.Report
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public void ExportToXml(
	FileInfo f
)

Parameters

f
Type: System.IOFileInfo
The file to export to.
See Also

Reference