com.stimulsoft.report
Class StiExportManager
java.lang.Object
com.stimulsoft.report.StiExportManager
public class StiExportManager
- extends java.lang.Object
Class contains methods export report.
Method Summary |
static void |
exportCsv(StiReport report,
java.io.OutputStream stream)
|
static void |
exportCsv(StiReport report,
StiCsvExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportExcel(StiReport report,
java.io.OutputStream stream)
|
static void |
exportExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportExcel2007(StiReport report,
java.io.OutputStream stream)
|
static void |
exportExcel2007(StiReport report,
StiExcel2007ExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportExcelXml(StiReport report,
java.io.OutputStream stream)
|
static void |
exportExcelXml(StiReport report,
StiExcelXmlExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportHtml(StiReport report,
java.io.OutputStream stream)
|
static void |
exportHtml(StiReport report,
StiHtmlExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportImageBmp(StiReport report,
java.io.OutputStream stream)
|
static void |
exportImageBmp(StiReport report,
StiBmpExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportImageJpeg(StiReport report,
java.io.OutputStream stream)
|
static void |
exportImageJpeg(StiReport report,
StiJpegExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportImagePcx(StiReport report,
java.io.OutputStream stream)
|
static void |
exportImagePcx(StiReport report,
StiPcxExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportImagePng(StiReport report,
java.io.OutputStream stream)
|
static void |
exportImagePng(StiReport report,
StiPngExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportImageSvg(StiReport report,
java.io.OutputStream stream)
|
static void |
exportImageSvg(StiReport report,
StiSvgExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportImageSvgz(StiReport report,
java.io.OutputStream stream)
|
static void |
exportImageSvgz(StiReport report,
StiSvgzExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportOds(StiReport report,
java.io.OutputStream stream)
|
static void |
exportOds(StiReport report,
StiOdsExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportOdt(StiReport report,
java.io.OutputStream stream)
|
static void |
exportOdt(StiReport report,
StiOdtExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportPdf(StiReport report,
java.io.OutputStream stream)
|
static void |
exportPdf(StiReport report,
StiPdfExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportRtf(StiReport report,
java.io.OutputStream stream)
|
static void |
exportRtf(StiReport report,
StiRtfExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportSylk(StiReport report,
java.io.OutputStream stream)
|
static void |
exportSylk(StiReport report,
StiSylkExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportText(StiReport report,
java.io.OutputStream stream)
|
static void |
exportText(StiReport report,
StiTxtExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportWord2007(StiReport report,
java.io.OutputStream stream)
|
static void |
exportWord2007(StiReport report,
StiWord2007ExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportXml(StiReport report,
java.io.OutputStream stream)
|
static void |
exportXml(StiReport report,
StiXmlExportSettings settings,
java.io.OutputStream stream)
|
static void |
exportXps(StiReport report,
java.io.OutputStream stream)
|
static void |
exportXps(StiReport report,
StiXpsExportSettings settings,
java.io.OutputStream stream)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exportPdf
public static void exportPdf(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportPdf
public static void exportPdf(StiReport report,
StiPdfExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportOdt
public static void exportOdt(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportOdt
public static void exportOdt(StiReport report,
StiOdtExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportOds
public static void exportOds(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportOds
public static void exportOds(StiReport report,
StiOdsExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportHtml
public static void exportHtml(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportHtml
public static void exportHtml(StiReport report,
StiHtmlExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportText
public static void exportText(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportText
public static void exportText(StiReport report,
StiTxtExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportRtf
public static void exportRtf(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportRtf
public static void exportRtf(StiReport report,
StiRtfExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportXps
public static void exportXps(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportXps
public static void exportXps(StiReport report,
StiXpsExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportCsv
public static void exportCsv(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportCsv
public static void exportCsv(StiReport report,
StiCsvExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportSylk
public static void exportSylk(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportSylk
public static void exportSylk(StiReport report,
StiSylkExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportXml
public static void exportXml(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportXml
public static void exportXml(StiReport report,
StiXmlExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportWord2007
public static void exportWord2007(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportWord2007
public static void exportWord2007(StiReport report,
StiWord2007ExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportExcelXml
public static void exportExcelXml(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportExcelXml
public static void exportExcelXml(StiReport report,
StiExcelXmlExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportExcel2007
public static void exportExcel2007(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportExcel2007
public static void exportExcel2007(StiReport report,
StiExcel2007ExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportExcel
public static void exportExcel(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportExcel
public static void exportExcel(StiReport report,
StiExcelExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImageBmp
public static void exportImageBmp(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImageBmp
public static void exportImageBmp(StiReport report,
StiBmpExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImageJpeg
public static void exportImageJpeg(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImageJpeg
public static void exportImageJpeg(StiReport report,
StiJpegExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImagePng
public static void exportImagePng(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImagePng
public static void exportImagePng(StiReport report,
StiPngExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImageSvg
public static void exportImageSvg(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImageSvg
public static void exportImageSvg(StiReport report,
StiSvgExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImageSvgz
public static void exportImageSvgz(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImageSvgz
public static void exportImageSvgz(StiReport report,
StiSvgzExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImagePcx
public static void exportImagePcx(StiReport report,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException
exportImagePcx
public static void exportImagePcx(StiReport report,
StiPcxExportSettings settings,
java.io.OutputStream stream)
throws StiException
- Throws:
StiException