Click or drag to resize

StiDbfExportServiceExport Method (StiReport, String, Boolean, StiGuiMode)

Exports a document to the file.

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void Export(
	StiReport report,
	string fileName,
	bool sendEMail,
	StiGuiMode guiMode
)

Parameters

report
Type: Stimulsoft.ReportStiReport
A report which is to be exported.
fileName
Type: SystemString
A name of the file for exporting a rendered report.
sendEMail
Type: SystemBoolean
A parameter indicating whether is exported report will be sended via e-mail.
guiMode
Type: Stimulsoft.BaseStiGuiMode

[Missing <param name="guiMode"/> documentation for "M:Stimulsoft.Report.Export.StiDbfExportService.Export(Stimulsoft.Report.StiReport,System.String,System.Boolean,Stimulsoft.Base.StiGuiMode)"]

See Also