Click or drag to resize

StiXmlExportServiceExportXml Method (StiReport, Stream, StiDataExportSettings)

Exports a rendered report to the XML file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void ExportXml(
	StiReport report,
	Stream stream,
	StiDataExportSettings settings
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
stream
Type: System.IOStream
A stream for export of a document.
settings
Type: Stimulsoft.Report.ExportStiDataExportSettings
A export settings.
See Also