Uses of Class
com.stimulsoft.report.export.settings.StiPdfExportSettings
Packages that use StiPdfExportSettings
Package
Description
-
Uses of StiPdfExportSettings in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiPdfExportSettingsModifier and TypeMethodDescriptionstatic voidStiExportManager.exportPdf(StiReport report, StiPdfExportSettings settings, OutputStream stream) -
Uses of StiPdfExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiPdfExportSettingsModifier and TypeMethodDescriptionvoidStiPdfExportService.exportPdf(StiReport report, 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 StiPdfExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToPdfGets or sets default export settings to the PDF format. -
Uses of StiPdfExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiPdfExportSettingsModifier and TypeMethodDescriptionstatic StiPdfExportSettingsStiExportsHelper.getPdfExportSettings(HashMap<String, Object> jsSettings, StiReport report) Methods in com.stimulsoft.web.helper with parameters of type StiPdfExportSettingsModifier and TypeMethodDescriptionstatic voidStiReportResponse.printAsPdf(StiHttpServletResponse response, StiReport report, StiPdfExportSettings settings) Print report as PDF document.static voidStiReportResponse.responseAsPdf(StiHttpServletResponse response, StiReport report, StiPdfExportSettings settings, boolean saveFileDialog)