StiReportExportDocumentAsync Method |
| Name | Description | |
|---|---|---|
| ExportDocumentAsync(StiExportFormat, Stream) |
Exports a rendered report into the stream without dialog using the provider.
| |
| ExportDocumentAsync(StiExportFormat, String) |
Exports a rendered report into the file without dialog using the provider.
| |
| ExportDocumentAsync(StiExportService, String) |
Exports a rendered report into a file with dialog using the provider.
| |
| ExportDocumentAsync(StiExportFormat, Stream, StiExportSettings) |
Exports a rendered report into the stream without dialog using the provider.
| |
| ExportDocumentAsync(StiExportFormat, String, StiExportSettings) |
Exports a rendered report into the file without dialog using the provider.
| |
| ExportDocumentAsync(StiExportService, String, Boolean) |
Exports a rendered report into a file with dialog using the provider.
|