Uses of Class
com.stimulsoft.report.export.settings.StiOdsExportSettings

Packages that use StiOdsExportSettings
com.stimulsoft.report   
com.stimulsoft.report.export.service   
com.stimulsoft.web.classes   
com.stimulsoft.web.utils   
com.stimulsoft.webviewer.helper   
 

Uses of StiOdsExportSettings in com.stimulsoft.report
 

Methods in com.stimulsoft.report with parameters of type StiOdsExportSettings
static void StiExportManager.exportOds(StiReport report, StiOdsExportSettings settings, java.io.OutputStream stream)
           
 

Uses of StiOdsExportSettings in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service with parameters of type StiOdsExportSettings
 void StiOdsExportService.exportOds(StiReport report, java.io.OutputStream outputStream, StiOdsExportSettings settings)
          Exports rendered report to an Ods
 void StiOdsExportService.exportOdsException(StiReport report, java.io.OutputStream outputStream, StiOdsExportSettings settings)
           
 

Uses of StiOdsExportSettings in com.stimulsoft.web.classes
 

Fields in com.stimulsoft.web.classes declared as StiOdsExportSettings
 StiOdsExportSettings StiDefaultExportSettings.exportToOds
          Gets or sets default export settings to the Ods.
 

Uses of StiOdsExportSettings in com.stimulsoft.web.utils
 

Methods in com.stimulsoft.web.utils with parameters of type StiOdsExportSettings
static StiWebActionResult StiWebExportReportUtil.exportAsOds(StiReport report, StiOdsExportSettings settings, java.io.OutputStream stream)
           
 

Uses of StiOdsExportSettings in com.stimulsoft.webviewer.helper
 

Methods in com.stimulsoft.webviewer.helper with parameters of type StiOdsExportSettings
static StiWebActionResult StiExportsClass.exportAsOds(StiReport report, StiOdsExportSettings settings, java.io.OutputStream stream)