Click or drag to resize

StiReportExportDocument Method (StiExportFormat, StiExportService, Stream, StiExportSettings)

Internal use only.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void ExportDocument(
	StiExportFormat exportFormat,
	StiExportService exportService,
	Stream stream,
	StiExportSettings settings
)

Parameters

exportFormat
Type: Stimulsoft.ReportStiExportFormat

[Missing <param name="exportFormat"/> documentation for "M:Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat,Stimulsoft.Report.Export.StiExportService,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]

exportService
Type: Stimulsoft.Report.ExportStiExportService

[Missing <param name="exportService"/> documentation for "M:Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat,Stimulsoft.Report.Export.StiExportService,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]

stream
Type: System.IOStream

[Missing <param name="stream"/> documentation for "M:Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat,Stimulsoft.Report.Export.StiExportService,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]

settings
Type: Stimulsoft.Report.ExportStiExportSettings

[Missing <param name="settings"/> documentation for "M:Stimulsoft.Report.StiReport.ExportDocument(Stimulsoft.Report.StiExportFormat,Stimulsoft.Report.Export.StiExportService,System.IO.Stream,Stimulsoft.Report.Export.StiExportSettings)"]

See Also