Click or drag to resize

StiReportExportDocument Method

Overload List
  NameDescription
Public methodExportDocument(StiExportFormat, Stream)
Exports a rendered report into the stream without dialog using the provider.
Public methodExportDocument(StiExportFormat, String)
Exports a rendered report into the file without dialog using the provider.
Public methodExportDocument(StiExportService, String)
Exports a rendered report into a file with dialog using the provider.
Public methodExportDocument(StiExportFormat, Stream, StiExportSettings)
Exports a rendered report into the stream without dialog using the provider.
Public methodExportDocument(StiExportFormat, String, StiExportSettings)
Exports a rendered report into the file without dialog using the provider.
Public methodExportDocument(StiExportService, String, Boolean)
Exports a rendered report into a file with dialog using the provider.
Public methodExportDocument(StiExportFormat, StiExportService, Stream, StiExportSettings)
Internal use only.
Top
See Also