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