StiExcelExportServiceExport Method (StiReport, String, Boolean, StiGuiMode) |
Exports a rendered report to the Excel file.
Also exported document can be sent via e-mail.
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
)
Public Overrides Sub Export (
report As StiReport,
fileName As String,
sendEMail As Boolean,
guiMode As StiGuiMode
)
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 the exported report will be sent via e-mail. - guiMode
- Type: Stimulsoft.BaseStiGuiMode
[Missing <param name="guiMode"/> documentation for "M:Stimulsoft.Report.Export.StiExcelExportService.Export(Stimulsoft.Report.StiReport,System.String,System.Boolean,Stimulsoft.Base.StiGuiMode)"]
See Also