Click or drag to resize

StiDbfExportServiceExportDbf Method (StiReport, Stream, StiDataExportSettings)

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,
	StiDataExportSettings settings
)

Parameters

report
Type: Stimulsoft.ReportStiReport

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

stream
Type: System.IOStream

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

settings
Type: Stimulsoft.Report.ExportStiDataExportSettings

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

See Also