StiRtfExportServiceExportRtf Method (StiReport, String) |
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,
string fileName
)
Public Sub ExportRtf (
report As StiReport,
fileName As String
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
A report which is to be exported. - fileName
- Type: SystemString
A name of the file for exporting of a rendered report.
See Also