StiExportServiceExport Method (StiReport, String, Boolean, StiGuiMode) |
Exports a document to the stream.
Namespace:
Stimulsoft.Report.Export
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public abstract void Export(
StiReport report,
string file,
bool sendEMail,
StiGuiMode guiMode
)
Public MustOverride Sub Export (
report As StiReport,
file As String,
sendEMail As Boolean,
guiMode As StiGuiMode
)
Parameters
- report
- Type: Stimulsoft.ReportStiReport
A report which is to be exported. - file
- Type: SystemString
A file for the export of a document. - 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.StiExportService.Export(Stimulsoft.Report.StiReport,System.String,System.Boolean,Stimulsoft.Base.StiGuiMode)"]
See Also