StiRtfExportServiceExportRtf Method (StiReport, Stream, Int32, StiRtfExportMode, StiPagesRange) |
Exports a rendered report to the RTF file.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void ExportRtf(
StiReport report,
Stream stream,
int codePage,
StiRtfExportMode exportMode,
StiPagesRange pageRange
)
Public Sub ExportRtf (
report As StiReport,
stream As Stream,
codePage As Integer,
exportMode As StiRtfExportMode,
pageRange As StiPagesRange
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
A report which is to be exported. - stream
- Type: System.IOStream
A stream for export of a document. - codePage
- Type: SystemInt32
A code page of the exported document. - exportMode
- Type: Stimulsoft.Report.ExportStiRtfExportMode
A parameter for setting exporting modes of a document. - pageRange
- Type: Stimulsoft.ReportStiPagesRange
Describes range of pages of the document for the export.
See Also