Click or drag to resize

StiDifExportServiceExportDif Method (StiReport, Stream, StiPagesRange, Boolean, Boolean, Encoding)

Exports a rendered report to a Dif file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportDif(
	StiReport report,
	Stream stream,
	StiPagesRange pageRange,
	bool exportDataOnly,
	bool useDefaultSystemEncoding,
	Encoding encoding
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
stream
Type: System.IOStream
A stream for export of a document.
pageRange
Type: Stimulsoft.ReportStiPagesRange
Describes range of pages of the document for the export.
exportDataOnly
Type: SystemBoolean

[Missing <param name="exportDataOnly"/> documentation for "M:Stimulsoft.Report.Export.StiDifExportService.ExportDif(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.StiPagesRange,System.Boolean,System.Boolean,System.Text.Encoding)"]

useDefaultSystemEncoding
Type: SystemBoolean

[Missing <param name="useDefaultSystemEncoding"/> documentation for "M:Stimulsoft.Report.Export.StiDifExportService.ExportDif(Stimulsoft.Report.StiReport,System.IO.Stream,Stimulsoft.Report.StiPagesRange,System.Boolean,System.Boolean,System.Text.Encoding)"]

encoding
Type: System.TextEncoding
Encoding for the result file.
See Also