Click or drag to resize

StiDifExportServiceExportDif Method (StiReport, Stream, StiDataExportSettings)

Exports a rendered report to a Dif file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportDif(
	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

[Missing <param name="settings"/> documentation for "M:Stimulsoft.Report.Export.StiDifExportService.ExportDif(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.Export.StiDataExportSettings)"]

See Also