StiDbfExportServiceExportDbf Method (StiReport, Stream, StiPagesRange, StiDbfCodePages) |
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,
StiPagesRange pageRange,
StiDbfCodePages codePage
)
Public Sub ExportDbf (
report As StiReport,
stream As Stream,
pageRange As StiPagesRange,
codePage As StiDbfCodePages
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
A report which is to be exported. - stream
- Type: System.IOStream
A stream for the export of a document. - pageRange
- Type: Stimulsoft.ReportStiPagesRange
Describes range of pages of the document for the export. - codePage
- Type: Stimulsoft.Report.ExportStiDbfCodePages
A parameter which sets a code page of the exported file.
See Also