Click or drag to resize

StiExportServiceProcessFile Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Export.StiExportService.ProcessFile(System.Boolean,System.Boolean,System.String,Stimulsoft.Report.StiReport)"]

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected void ProcessFile(
	bool sendEMail,
	bool openAfterExport,
	string fileName,
	StiReport report
)

Parameters

sendEMail
Type: SystemBoolean

[Missing <param name="sendEMail"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.ProcessFile(System.Boolean,System.Boolean,System.String,Stimulsoft.Report.StiReport)"]

openAfterExport
Type: SystemBoolean

[Missing <param name="openAfterExport"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.ProcessFile(System.Boolean,System.Boolean,System.String,Stimulsoft.Report.StiReport)"]

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.ProcessFile(System.Boolean,System.Boolean,System.String,Stimulsoft.Report.StiReport)"]

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Export.StiExportService.ProcessFile(System.Boolean,System.Boolean,System.String,Stimulsoft.Report.StiReport)"]

See Also