Click or drag to resize

StiDbfExportServiceExportTo Method

Exports a document to the stream without dialog of the saving file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void ExportTo(
	StiReport report,
	Stream stream,
	StiExportSettings settings
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
stream
Type: System.IOStream
A stream in which report will be exported.
settings
Type: Stimulsoft.Report.ExportStiExportSettings
A settings for the report exporting.
See Also