Click or drag to resize

StiRtfExportServiceExportRtf Method (StiReport, Stream, StiRtfExportMode, StiPagesRange, Boolean)

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,
	StiRtfExportMode exportMode,
	StiPagesRange pageRange,
	bool usePageHeadersAndFooters
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
stream
Type: System.IOStream
A stream for export of a 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.
usePageHeadersAndFooters
Type: SystemBoolean

[Missing <param name="usePageHeadersAndFooters"/> documentation for "M:Stimulsoft.Report.Export.StiRtfExportService.ExportRtf(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.Export.StiRtfExportMode,Stimulsoft.Report.StiPagesRange,System.Boolean)"]

See Also