StiReportExportDocument Method (StiExportService, String, Boolean) |
Exports a rendered report into a file with dialog using the provider.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public void ExportDocument(
StiExportService service,
string path,
bool sendEMail
)
Public Sub ExportDocument (
service As StiExportService,
path As String,
sendEMail As Boolean
)
Parameters
- service
- Type: Stimulsoft.Report.ExportStiExportService
A provider that exports a rendered report. - path
- Type: SystemString
A file to export the rendered report. - sendEMail
- Type: SystemBoolean
If this parameter is true then the exported report will be sent via email.
See Also