Uses of Class
com.stimulsoft.report.export.settings.StiDataExportSettings
Packages that use StiDataExportSettings
Package
Description
-
Uses of StiDataExportSettings in com.stimulsoft.report.export.service
Methods in com.stimulsoft.report.export.service with parameters of type StiDataExportSettingsModifier and TypeMethodDescriptionvoidStiCsvExportService.exportCsv(StiReport report, OutputStream outputStream, StiDataExportSettings settings) voidStiSylkExportService.exportSylk(StiReport report, OutputStream exportOutputStream, StiDataExportSettings settings) Exports a rendered report to a Sylk file. -
Uses of StiDataExportSettings in com.stimulsoft.report.export.settings
Subclasses of StiDataExportSettings in com.stimulsoft.report.export.settingsModifier and TypeClassDescriptionclassCsv fortmat export settingts Copyright StimulsoftclassSYLK format export settings Copyright StimulsoftclassXML format export settings. -
Uses of StiDataExportSettings in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiDataExportSettingsModifier and TypeFieldDescriptionStiDefaultExportSettings.exportToDataGets or sets default export settings to the data format. -
Uses of StiDataExportSettings in com.stimulsoft.web.helper
Methods in com.stimulsoft.web.helper that return StiDataExportSettingsModifier and TypeMethodDescriptionstatic StiDataExportSettingsStiExportsHelper.getDataExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Data format. -
Uses of StiDataExportSettings in com.stimulsoft.web.utils
Methods in com.stimulsoft.web.utils with parameters of type StiDataExportSettingsModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebExportReportUtil.exportAsCsv(StiReport report, StiDataExportSettings settings, OutputStream stream) Exports report to CSV format.static StiWebActionResultStiWebExportReportUtil.exportAsSylk(StiReport report, StiDataExportSettings settings, OutputStream stream) Exports report to Symbolic Link (SYLK) format. -
Uses of StiDataExportSettings in com.stimulsoft.webviewer.helper
Methods in com.stimulsoft.webviewer.helper with parameters of type StiDataExportSettingsModifier and TypeMethodDescriptionstatic StiWebActionResultStiExportsClass.exportAsCsv(StiReport report, StiDataExportSettings settings, OutputStream stream) Exports report to CSV format.static StiWebActionResultStiExportsClass.exportAsSylk(StiReport report, StiDataExportSettings settings, OutputStream stream) Exports report to Symbolic Link (SYLK) format.