Uses of Class
com.stimulsoft.report.export.settings.StiHtmlExportSettings
Packages that use StiHtmlExportSettings
Package
Description
-
Uses of StiHtmlExportSettings in com.stimulsoft.report
Methods in com.stimulsoft.report with parameters of type StiHtmlExportSettingsModifier and TypeMethodDescriptionstatic voidStiExportManager.exportHtml(StiReport report, StiHtmlExportSettings settings, OutputStream stream) -
Uses of StiHtmlExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiHtmlExportSettingsModifier and TypeMethodDescriptionvoidStiHtmlExportService.exportHtml(StiReport report, OutputStream stream, StiHtmlExportSettings settings) Exports a document to the HTML.voidStiHtmlExportService.exportHtmlWithoutEvents(StiReport report, OutputStream stream, StiHtmlExportSettings settings) -
Uses of StiHtmlExportSettings in com.stimulsoft.report.export.tools.html
Constructors in com.stimulsoft.report.export.tools.html with parameters of type StiHtmlExportSettingsModifierConstructorDescriptionStiHtmlTableRender(StiHtmlExportService htmlExport, StiHtmlExportSettings htmlExportSettings, StiPagesCollection pages) -
Uses of StiHtmlExportSettings in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiHtmlExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToHtmlGets or sets default export settings to the HTML format. -
Uses of StiHtmlExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiHtmlExportSettingsModifier and TypeMethodDescriptionstatic StiHtmlExportSettingsStiExportsHelper.getHtmlExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for HTML format.Methods in com.stimulsoft.web.helper with parameters of type StiHtmlExportSettingsModifier and TypeMethodDescriptionstatic voidStiReportResponse.printAsHtml(StiHttpServletResponse response, StiReport report, StiHtmlExportSettings settings) Print report as HTML document.