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

Packages that use StiPdfExportSettings
com.stimulsoft.report   
com.stimulsoft.report.export.service   
com.stimulsoft.web.classes   
com.stimulsoft.web.helper   
 

Uses of StiPdfExportSettings in com.stimulsoft.report
 

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

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

Methods in com.stimulsoft.report.export.service with parameters of type StiPdfExportSettings
 void StiPdfExportService.exportPdf(StiReport report, java.io.OutputStream outputStream, StiPdfExportSettings settings)
          Exports a rendered report to the pdf file.
 

Uses of StiPdfExportSettings in com.stimulsoft.web.classes
 

Fields in com.stimulsoft.web.classes declared as StiPdfExportSettings
 StiPdfExportSettings StiDefaultExportSettings.exportToPdf
          Gets or sets default export settings to the PDF format.
 

Uses of StiPdfExportSettings in com.stimulsoft.web.helper
 

Methods in com.stimulsoft.web.helper with parameters of type StiPdfExportSettings
static void StiReportResponse.printAsPdf(javax.servlet.http.HttpServletResponse response, StiReport report, StiPdfExportSettings settings)
          Print report as PDF document.
static void StiReportResponse.responseAsPdf(javax.servlet.http.HttpServletResponse response, StiReport report, StiPdfExportSettings settings, boolean saveFileDialog)