Click or drag to resize

StiReportExportDocumentAsync Method

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