Click or drag to resize

StiDbfExportServiceExportDbf Method (StiReport, Stream)

Exports a rendered report to a dbf file.

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

Parameters

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