Package com.stimulsoft.report
Class StiExportManager
java.lang.Object
com.stimulsoft.report.StiExportManager
Class contains methods export report.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidexportCsv(StiReport report, StiCsvExportSettings settings, OutputStream stream) static voidexportCsv(StiReport report, OutputStream stream) static voidexportExcel(StiReport report, StiExcelExportSettings settings, OutputStream stream) static voidexportExcel(StiReport report, OutputStream stream) static voidexportExcel2007(StiReport report, StiExcel2007ExportSettings settings, OutputStream stream) Deprecated.static voidexportExcel2007(StiReport report, OutputStream stream) Deprecated.static voidexportExcelBiff(StiReport report, StiExcelExportSettings settings, OutputStream stream) static voidexportExcelBiff(StiReport report, OutputStream stream) static voidexportExcelXml(StiReport report, StiExcelXmlExportSettings settings, OutputStream stream) static voidexportExcelXml(StiReport report, OutputStream stream) static voidexportHtml(StiReport report, StiHtmlExportSettings settings, OutputStream stream) static voidexportHtml(StiReport report, OutputStream stream) static voidexportImageBmp(StiReport report, StiBmpExportSettings settings, OutputStream stream) static voidexportImageBmp(StiReport report, OutputStream stream) static voidexportImageJpeg(StiReport report, StiJpegExportSettings settings, OutputStream stream) static voidexportImageJpeg(StiReport report, OutputStream stream) static voidexportImagePcx(StiReport report, StiPcxExportSettings settings, OutputStream stream) static voidexportImagePcx(StiReport report, OutputStream stream) static voidexportImagePng(StiReport report, StiPngExportSettings settings, OutputStream stream) static voidexportImagePng(StiReport report, OutputStream stream) static voidexportImageSvg(StiReport report, StiSvgExportSettings settings, OutputStream stream) static voidexportImageSvg(StiReport report, OutputStream stream) static voidexportImageSvgz(StiReport report, StiSvgzExportSettings settings, OutputStream stream) static voidexportImageSvgz(StiReport report, OutputStream stream) static voidexportOds(StiReport report, StiOdsExportSettings settings, OutputStream stream) static voidexportOds(StiReport report, OutputStream stream) static voidexportOdt(StiReport report, StiOdtExportSettings settings, OutputStream stream) static voidexportOdt(StiReport report, OutputStream stream) static voidexportPdf(StiReport report, StiPdfExportSettings settings, OutputStream stream) static voidexportPdf(StiReport report, OutputStream stream) static voidexportPowerPoint(StiReport report, StiPowerPointExportSettings settings, OutputStream stream) static voidexportPowerPoint(StiReport report, OutputStream stream) static voidexportRtf(StiReport report, StiRtfExportSettings settings, OutputStream stream) static voidexportRtf(StiReport report, OutputStream stream) static voidexportSylk(StiReport report, StiSylkExportSettings settings, OutputStream stream) static voidexportSylk(StiReport report, OutputStream stream) static voidexportText(StiReport report, StiTxtExportSettings settings, OutputStream stream) static voidexportText(StiReport report, OutputStream stream) static voidexportWord(StiReport report, StiWordExportSettings settings, OutputStream stream) static voidexportWord(StiReport report, OutputStream stream) static voidexportWord2007(StiReport report, StiWordExportSettings settings, OutputStream stream) Deprecated.Use exportWord()static voidexportWord2007(StiReport report, OutputStream stream) Deprecated.Use exportWord()static voidexportXml(StiReport report, StiXmlExportSettings settings, OutputStream stream) static voidexportXml(StiReport report, OutputStream stream) static voidexportXps(StiReport report, StiXpsExportSettings settings, OutputStream stream) static voidexportXps(StiReport report, OutputStream stream)
-
Method Details
-
exportPdf
- Throws:
StiException
-
exportPdf
public static void exportPdf(StiReport report, StiPdfExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportOdt
- Throws:
StiException
-
exportOdt
public static void exportOdt(StiReport report, StiOdtExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportOds
- Throws:
StiException
-
exportOds
public static void exportOds(StiReport report, StiOdsExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportHtml
- Throws:
StiException
-
exportHtml
public static void exportHtml(StiReport report, StiHtmlExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportText
- Throws:
StiException
-
exportText
public static void exportText(StiReport report, StiTxtExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportRtf
- Throws:
StiException
-
exportRtf
public static void exportRtf(StiReport report, StiRtfExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportXps
- Throws:
StiException
-
exportXps
public static void exportXps(StiReport report, StiXpsExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportCsv
- Throws:
StiException
-
exportCsv
public static void exportCsv(StiReport report, StiCsvExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportSylk
- Throws:
StiException
-
exportSylk
public static void exportSylk(StiReport report, StiSylkExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportXml
- Throws:
StiException
-
exportXml
public static void exportXml(StiReport report, StiXmlExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportWord2007
Deprecated.Use exportWord()- Throws:
StiException
-
exportWord2007
public static void exportWord2007(StiReport report, StiWordExportSettings settings, OutputStream stream) throws StiException Deprecated.Use exportWord()- Throws:
StiException
-
exportWord
- Throws:
StiException
-
exportWord
public static void exportWord(StiReport report, StiWordExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportExcelXml
- Throws:
StiException
-
exportExcelXml
public static void exportExcelXml(StiReport report, StiExcelXmlExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportExcel2007
@Deprecated public static void exportExcel2007(StiReport report, OutputStream stream) throws StiException Deprecated.Please use exportExcel()- Throws:
StiException
-
exportExcel2007
@Deprecated public static void exportExcel2007(StiReport report, StiExcel2007ExportSettings settings, OutputStream stream) throws StiException Deprecated.Please use exportExcel()- Throws:
StiException
-
exportExcel
- Throws:
StiException
-
exportExcel
public static void exportExcel(StiReport report, StiExcelExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportExcelBiff
- Throws:
StiException
-
exportExcelBiff
public static void exportExcelBiff(StiReport report, StiExcelExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportImageBmp
- Throws:
StiException
-
exportImageBmp
public static void exportImageBmp(StiReport report, StiBmpExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportImageJpeg
- Throws:
StiException
-
exportImageJpeg
public static void exportImageJpeg(StiReport report, StiJpegExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportImagePng
- Throws:
StiException
-
exportImagePng
public static void exportImagePng(StiReport report, StiPngExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportImageSvg
- Throws:
StiException
-
exportImageSvg
public static void exportImageSvg(StiReport report, StiSvgExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportImageSvgz
- Throws:
StiException
-
exportImageSvgz
public static void exportImageSvgz(StiReport report, StiSvgzExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportImagePcx
- Throws:
StiException
-
exportImagePcx
public static void exportImagePcx(StiReport report, StiPcxExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportPowerPoint
public static void exportPowerPoint(StiReport report, StiPowerPointExportSettings settings, OutputStream stream) throws StiException - Throws:
StiException
-
exportPowerPoint
- Throws:
StiException
-