Uses of Class
com.stimulsoft.report.StiReport

Packages that use StiReport
com.stimulsoft.report   
com.stimulsoft.report.chart   
com.stimulsoft.report.chart.view.series   
com.stimulsoft.report.check   
com.stimulsoft.report.check.actions   
com.stimulsoft.report.check.actions.component   
com.stimulsoft.report.check.actions.connection   
com.stimulsoft.report.check.actions.datarelation   
com.stimulsoft.report.check.actions.datasource   
com.stimulsoft.report.check.actions.page   
com.stimulsoft.report.check.actions.report   
com.stimulsoft.report.check.component   
com.stimulsoft.report.check.connection   
com.stimulsoft.report.check.datarelation   
com.stimulsoft.report.check.datasource   
com.stimulsoft.report.check.helper   
com.stimulsoft.report.check.page   
com.stimulsoft.report.check.report   
com.stimulsoft.report.components   
com.stimulsoft.report.components.complexcomponents   
com.stimulsoft.report.crossTab.core   
com.stimulsoft.report.design   
com.stimulsoft.report.dialogs   
com.stimulsoft.report.dictionary   
com.stimulsoft.report.dictionary.businessObjects   
com.stimulsoft.report.dictionary.databases   
com.stimulsoft.report.dictionary.dataSources   
com.stimulsoft.report.dictionary.functions   
com.stimulsoft.report.engine   
com.stimulsoft.report.engine.engineV2   
com.stimulsoft.report.engine.engineV2.builders   
com.stimulsoft.report.engine.parser   
com.stimulsoft.report.events   
com.stimulsoft.report.export   
com.stimulsoft.report.export.service   
com.stimulsoft.report.export.tools   
com.stimulsoft.report.globalization   
com.stimulsoft.report.helpers   
com.stimulsoft.report.infographics.gauge.helpers   
com.stimulsoft.report.options   
com.stimulsoft.report.painters.components   
com.stimulsoft.report.print   
com.stimulsoft.report.saveLoad   
com.stimulsoft.report.styles   
com.stimulsoft.samples   
com.stimulsoft.viewer.controls.dialogs   
com.stimulsoft.viewer.logic   
com.stimulsoft.viewer.panels   
com.stimulsoft.viewer.requestfromuser.range   
com.stimulsoft.viewer.requestfromuser.value   
com.stimulsoft.viewer.utils   
com.stimulsoft.web.classes   
com.stimulsoft.web.helper   
com.stimulsoft.web.utils   
com.stimulsoft.webdesigner   
com.stimulsoft.webdesigner.helper   
com.stimulsoft.webviewer   
com.stimulsoft.webviewer.component   
com.stimulsoft.webviewer.helper   
com.stimulsoft.webviewer.taglib   
serializing   
 

Uses of StiReport in com.stimulsoft.report
 

Fields in com.stimulsoft.report declared as StiReport
 StiReport StiReport.compiledReport
           
 StiReport StiReport.parentReport
           
 StiReport StiFunctionCalcData.report
           
 StiReport StiReport.SubReportsMasterReport
           
 

Fields in com.stimulsoft.report with type parameters of type StiReport
 java.util.ArrayList<StiReport> StiReport.subReports
           
 

Methods in com.stimulsoft.report that return StiReport
static StiReport StiSerializeManager.deserializeReport(java.io.File file)
           
static StiReport StiSerializeManager.deserializeReport(java.io.InputStream is)
           
static StiReport StiSerializeManager.deserializeReport(java.io.InputStream is, java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore)
           
static StiReport StiSerializeManager.deserializeReport(java.io.InputStream is, java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore, boolean enhanced)
           
static StiReport StiSerializeManager.deserializeReport(java.io.InputStream is, java.util.Hashtable<java.lang.String,java.lang.Object> memoryStore, boolean enhanced, java.lang.String password)
           
static StiReport StiSerializeManager.deserializeReport(java.io.InputStream is, java.lang.String password)
           
static StiReport StiSerializeManager.deserializeReportFromJson(java.io.InputStream inputStream)
           
static StiReport StiSerializeManager.deserializeReportFromJson(java.io.InputStream inputStream, java.lang.String password)
           
 StiReport StiReport.getCompiledReport()
           
 StiReport StiReport.getParentReport()
           
static StiReport StiReport.newInstance()
           
 StiReport StiReport.render()
          Renders a report.
 

Methods in com.stimulsoft.report that return types with arguments of type StiReport
 java.util.ArrayList<StiReport> StiReport.getSubReports()
           
 

Methods in com.stimulsoft.report with parameters of type StiReport
static java.math.BigDecimal StiTotals.Avg(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.AvgAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.AvgAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.AvgD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.AvgDAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.AvgDAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.AvgDate(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.AvgDateAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.AvgDateAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.AvgDateOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.AvgDOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.AvgI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.AvgIAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.AvgIAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.AvgIOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.AvgOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.AvgTime(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.AvgTimeAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.AvgTimeAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.AvgTimeOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cAvg(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cAvgD(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.cAvgDate(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cAvgDRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cAvgI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cAvgIRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cAvgRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.cAvgTime(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cCount(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cCountDistinct(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cCountDistinctRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cCountRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.cFirst(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.cFirstRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.cLast(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.cLastRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cMax(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cMaxD(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.cMaxDate(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cMaxDRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cMaxI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cMaxIRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cMaxRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.cMaxStr(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.cMaxTime(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cMedian(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cMedianD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cMedianDRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cMedianI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cMedianIRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cMedianRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cMin(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cMinD(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.cMinDate(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cMinDRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cMinI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cMinIRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cMinRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.cMinStr(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.cMinTime(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cMode(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cModeD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cModeDRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cModeI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cModeIRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cModeRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiNameValidator.CorrectName(java.lang.String str, boolean checkKeywords, StiReport report)
          Replaces incorrect symbols in the string on the symbol '_'.
static java.lang.String StiNameValidator.CorrectName(java.lang.String str, StiReport report)
           
static long StiTotals.Count(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.CountDistinct(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.CountDistinctAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.CountDistinctAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.CountDistinctOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiNameCreation.createName(StiReport report, java.lang.String baseName)
          Creates a name from the base name which is correct for the report.
static java.lang.String StiNameCreation.createName(StiReport report, java.lang.String baseName, boolean addOne, boolean removeIncorrectSymbols)
           
static java.lang.String StiNameCreation.createName(StiReport report, java.lang.String baseName, boolean addOne, boolean removeIncorrectSymbols, boolean forceAdvancedNamingRule)
          Creates a name from the base name which is correct for the report.
static java.lang.String StiNameCreation.createResourceName(StiReport report, java.lang.String baseName)
           
static java.lang.String StiNameCreation.createSimpleName(StiReport report, java.lang.String baseName)
           
static java.math.BigDecimal StiTotals.cSum(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cSumD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.cSumDRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cSumI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.cSumIRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.cSumRunning(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.cSumTime(java.lang.Object data, StiReport report, java.lang.String name)
           
static boolean StiTotals.existMethod(StiReport report, java.lang.String name)
           
static void StiExportManager.exportCsv(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportCsv(StiReport report, StiCsvExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportExcel(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportExcel(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportExcel2007(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportExcel2007(StiReport report, StiExcel2007ExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportExcelXml(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportExcelXml(StiReport report, StiExcelXmlExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportHtml(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportHtml(StiReport report, StiHtmlExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportImageBmp(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportImageBmp(StiReport report, StiBmpExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportImageJpeg(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportImageJpeg(StiReport report, StiJpegExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportImagePcx(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportImagePcx(StiReport report, StiPcxExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportImagePng(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportImagePng(StiReport report, StiPngExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportImageSvg(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportImageSvg(StiReport report, StiSvgExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportImageSvgz(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportImageSvgz(StiReport report, StiSvgzExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportOds(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportOds(StiReport report, StiOdsExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportOdt(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportOdt(StiReport report, StiOdtExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportPdf(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportPdf(StiReport report, StiPdfExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportRtf(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportRtf(StiReport report, StiRtfExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportSylk(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportSylk(StiReport report, StiSylkExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportText(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportText(StiReport report, StiTxtExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportWord2007(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportWord2007(StiReport report, StiWord2007ExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportXml(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportXml(StiReport report, StiXmlExportSettings settings, java.io.OutputStream stream)
           
static void StiExportManager.exportXps(StiReport report, java.io.OutputStream stream)
           
static void StiExportManager.exportXps(StiReport report, StiXpsExportSettings settings, java.io.OutputStream stream)
           
static java.lang.Object StiTotals.First(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.FirstAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.FirstAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.FirstOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiNameCreation.generateName(StiReport report, java.lang.String localizedName, java.lang.Class<?> type)
          Returns a name of the component.
static java.lang.String StiNameCreation.generateName(StiReport report, java.lang.String localizedName, java.lang.String name)
          Returns a name of the component.
static java.lang.reflect.Method StiTotals.GetMethod(StiReport report, java.lang.String name)
           
static java.lang.Object StiNameCreation.getObjectWithName(java.lang.Object checkedObject, StiReport report, java.lang.String name)
           
static boolean StiNullValuesHelper.isNull(StiReport report, java.lang.String dataColumn)
           
static boolean StiNameCreation.isResourceNameExists(StiReport report, java.lang.String name)
           
static boolean StiNameCreation.isValidName(StiReport report, java.lang.String name)
          Checks whether the name of the report is correct.
static java.lang.Object StiTotals.Last(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.LastAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.LastAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.Object StiTotals.LastOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.Max(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MaxAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MaxAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MaxD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MaxDAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MaxDAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.MaxDate(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.MaxDateAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.MaxDateAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.MaxDateOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MaxDOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MaxI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MaxIAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MaxIAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MaxIOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MaxOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.MaxStr(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.MaxStrAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.MaxStrAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.MaxStrOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.MaxTime(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.MaxTimeAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.MaxTimeAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.MaxTimeOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.Median(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MedianAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MedianAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MedianD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MedianDAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MedianDAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MedianDOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MedianI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MedianIAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MedianIAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MedianIOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MedianOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.Min(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MinAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MinAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MinD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MinDAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MinDAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.MinDate(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.MinDateAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.MinDateAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Date StiTotals.MinDateOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.MinDOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MinI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MinIAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MinIAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.MinIOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.MinOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.MinStr(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.MinStrAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.MinStrAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.lang.String StiTotals.MinStrOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.MinTime(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.MinTimeAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.MinTimeAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.MinTimeOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.Mode(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.ModeAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.ModeAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.ModeD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.ModeDAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.ModeDAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.ModeDOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.ModeI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.ModeIAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.ModeIAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.ModeIOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.ModeOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static void StiSerializeManager.serializeDocument(StiReport report, java.io.File file)
           
static void StiSerializeManager.serializeDocument(StiReport report, java.io.File file, boolean formatOutput)
           
static void StiSerializeManager.serializeDocument(StiReport report, java.io.OutputStream outputStream)
           
static void StiSerializeManager.serializeDocument(StiReport report, java.io.OutputStream outputStream, boolean formatOutput)
           
static void StiSerializeManager.serializeDocument(StiReport report, java.lang.String isDocument, java.io.OutputStream outputStream)
           
static void StiSerializeManager.serializeDocumentToJson(StiReport report, java.io.OutputStream outputStream)
           
static void StiSerializeManager.serializeReport(StiReport report, java.io.OutputStream outputStream)
           
static void StiSerializeManager.serializeReport(StiReport report, java.io.OutputStream outputStream, boolean formatOutput)
           
static void StiSerializeManager.serializeReport(StiReport report, java.io.OutputStream stream, java.lang.String password)
          Serialize report with password
static java.util.Hashtable<java.lang.String,java.lang.Object> StiSerializeManager.serializeReport2(StiReport report, java.io.OutputStream outputStream)
           
static java.util.Hashtable<java.lang.String,java.lang.Object> StiSerializeManager.serializeReport2(StiReport report, java.io.OutputStream outputStream, boolean formatOutput, boolean enhanced)
           
static void StiSerializeManager.serializeReportToJson(StiReport report, java.io.OutputStream outputStream)
           
static void StiSerializeManager.serializeReportToJson(StiReport report, java.io.OutputStream stream, java.lang.String password)
          Serialize report with password to JSON
 void StiReport.setCompiledReport(StiReport compiledReport)
           
 void StiReport.setParentReport(StiReport value)
           
 void StiRuntimeVariables.SetVariables(StiReport report)
          Sets runtime-variables to the specified report.
static java.math.BigDecimal StiTotals.Sum(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.SumAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.SumAllLevelsByCondition(java.lang.Object data, StiReport report, java.lang.String name, StiFilterCondition filterCondition, java.math.BigDecimal value1, java.math.BigDecimal value2)
           
static java.math.BigDecimal StiTotals.SumAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.SumD(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.SumDAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static double StiTotals.SumDAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.SumDistinct(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.SumDistinct(java.lang.Object data, StiReport report, java.lang.String name, java.lang.String name2)
           
static double StiTotals.SumDOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.SumI(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.SumIAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.SumIAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static long StiTotals.SumIOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.SumNullable(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.math.BigDecimal StiTotals.SumOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.SumTime(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.SumTimeAllLevels(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.SumTimeAllLevelsOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
static java.util.Calendar StiTotals.SumTimeOnlyChilds(java.lang.Object data, StiReport report, java.lang.String name)
           
 

Method parameters in com.stimulsoft.report with type arguments of type StiReport
 void StiReport.setSubReports(java.util.ArrayList<StiReport> value)
           
 

Constructors in com.stimulsoft.report with parameters of type StiReport
StiRuntimeVariables(StiReport report)
          Creates a new instance of the StiRuntimeVariables class.
 

Uses of StiReport in com.stimulsoft.report.chart
 

Methods in com.stimulsoft.report.chart with parameters of type StiReport
static java.lang.Object StiChartHelper.GetFilterData(StiReport report, StiChartFilter filter, java.lang.String filterMethodName)
           
 

Uses of StiReport in com.stimulsoft.report.chart.view.series
 

Methods in com.stimulsoft.report.chart.view.series that return StiReport
 StiReport StiSeriesInteraction.getReport()
           
 

Uses of StiReport in com.stimulsoft.report.check
 

Methods in com.stimulsoft.report.check with parameters of type StiReport
 void StiCheckHelper.buildChecks(StiReport report)
           
 void StiCheckHelper.buildReportRenderingMessages(StiReport report)
           
 java.util.List<StiCheck> StiCheckEngine.checkReport(StiReport report)
           
abstract  java.lang.Object StiCheck.processCheck(StiReport report, java.lang.Object obj)
           
 

Uses of StiReport in com.stimulsoft.report.check.actions
 

Methods in com.stimulsoft.report.check.actions with parameters of type StiReport
 void StiAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 

Uses of StiReport in com.stimulsoft.report.check.actions.component
 

Methods in com.stimulsoft.report.check.actions.component with parameters of type StiReport
 void StiWordWrapCanGrowTextDoesNotFitAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiVerySmallSizesOfComponentsAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiPropertiesOnlyEngineV2Action.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiPropertiesOnlyEngineV1Action.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiNegativeSizesOfComponentsAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiMoveComponentToPrintablePageAreaAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiMoveComponentToPageAreaAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiMinRowsInColumnsAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiGrowToHeightOverlappingAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiGenerateNewNameComponentAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiFixCrossLinePrimitiveAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiDeleteComponentAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiConversionSystemTextInTextAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiConversionContourTextInTextAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiConversionContainerInPanelAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiComponentStyleIsNotFoundAtComponentAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiColumnsWidthGreaterContainerWidthAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiCanGrowWordWrapTextAndWysiwygAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiCanGrowGrowToHeightComponentInContainerAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiCanGrowComponentInContainerAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiCanBreakComponentInContainerAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiApplyEngineV2Action.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiAllowHtmlTagsInTextAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiAllowDoublePassAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 

Uses of StiReport in com.stimulsoft.report.check.actions.connection
 

Methods in com.stimulsoft.report.check.actions.connection with parameters of type StiReport
 void StiDeleteConnectionAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 

Uses of StiReport in com.stimulsoft.report.check.actions.datarelation
 

Methods in com.stimulsoft.report.check.actions.datarelation with parameters of type StiReport
 void StiGenerateNewNameRelationAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiDeleteDataRelationAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 

Uses of StiReport in com.stimulsoft.report.check.actions.datasource
 

Methods in com.stimulsoft.report.check.actions.datasource with parameters of type StiReport
 void StiGenerateNewNameDataSourceAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiDeleteDataSourceAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 

Uses of StiReport in com.stimulsoft.report.check.actions.page
 

Methods in com.stimulsoft.report.check.actions.page with parameters of type StiReport
 void StiSwitchWidthAndHeightOfPageAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiResetPageNumberAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiPrintOnPreviousPageAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiPrintHeadersFootersFromPreviousPageAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiOrientationPageToPortraitAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiOrientationPageToLandscapeAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiLargeHeightAtPageAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiGenerateNewNamePageAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiDeletePageAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiDeleteLostPointsAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 

Uses of StiReport in com.stimulsoft.report.check.actions.report
 

Methods in com.stimulsoft.report.check.actions.report with parameters of type StiReport
 void StiGoToCodeAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiEditPropertyAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 void StiEditNameAction.invoke(StiReport report, java.lang.Object element, java.lang.String elementName)
           
 

Uses of StiReport in com.stimulsoft.report.check.component
 

Methods in com.stimulsoft.report.check.component with parameters of type StiReport
 java.lang.Object StiWordWrapCanGrowTextDoesNotFitCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiWidthHeightZeroComponentCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiVerySmallSizesOfComponentsCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiUndefinedComponentCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiTextColorEqualToBackColorCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiSystemTextObsoleteCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiShowInsteadNullValuesCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiPropertiesOnlyEngineV2Check.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiPropertiesOnlyEngineV1Check.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiPrintOnDoublePassCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiPanelInEngineV1Check.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiNoNameComponentCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiNoConditionAtGroupCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiNegativeSizesOfComponentsCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiMinRowsInColumnsCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiLocationOutsidePageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiGrowToHeightOverlappingCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiGroupHeaderNotEqualToGroupFooterOnContainerCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiFontMissingCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiDataSourcesForImageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiCrossGroupHeaderNotEqualToCrossGroupFooterOnContainerCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiCountDataDataSourceAtDataBandCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiCorruptedCrossLinePrimitiveCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiContourTextObsoleteCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiContainerInEngineV2Check.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiComponentStyleIsNotFoundAtComponentCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiComponentDataColumnCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiComponentBoundsAreOutOfBand.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiColumnsWidthGreaterContainerWidthCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiCanGrowWordWrapTextAndWysiwygCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiCanGrowGrowToHeightComponentInContainerCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiCanGrowComponentInContainerCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiBigSizeOfTheImageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiAllowHtmlTagsInTextCheck.processCheck(StiReport report, java.lang.Object obj)
           
 

Uses of StiReport in com.stimulsoft.report.check.connection
 

Methods in com.stimulsoft.report.check.connection with parameters of type StiReport
 java.lang.Object StiUndefinedConnectionCheck.processCheck(StiReport report, java.lang.Object obj)
           
 

Uses of StiReport in com.stimulsoft.report.check.datarelation
 

Methods in com.stimulsoft.report.check.datarelation with parameters of type StiReport
 java.lang.Object StiSourcesInAbsentDataRelationCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiNoNameInSourceDataRelationCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiNoNameDataRelationCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiKeysTypesMismatchDataRelationCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiKeysNotFoundRelationCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiKeysInAbsentDataRelationCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiDifferentAmountOfKeysInDataRelationCheck.processCheck(StiReport report, java.lang.Object obj)
           
 

Uses of StiReport in com.stimulsoft.report.check.datasource
 

Methods in com.stimulsoft.report.check.datasource with parameters of type StiReport
 java.lang.Object StiUndefinedDataSourceCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiNoNameInSourceDataSourceCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiNoNameDataSourceCheck.processCheck(StiReport report, java.lang.Object obj)
           
 

Uses of StiReport in com.stimulsoft.report.check.helper
 

Methods in com.stimulsoft.report.check.helper with parameters of type StiReport
static java.util.List<StiComponent> StiUsedResourceHelper.getComponentsUsedResource(StiReport report, StiResource resource)
           
static java.util.List<StiDatabase> StiUsedResourceHelper.getDatabasesUsedResource(StiReport report, StiResource resource)
           
 

Uses of StiReport in com.stimulsoft.report.check.page
 

Methods in com.stimulsoft.report.check.page with parameters of type StiReport
 java.lang.Object StiResetPageNumberCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiPrintOnPreviousPageCheck2.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiPrintOnPreviousPageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiPrintHeadersAndFootersFromPreviousPageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiOrientationPageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiNoNamePageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiLostPointsOnPageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiLargeHeightAtPageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiGroupHeaderNotEqualToGroupFooterOnPageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiCrossGroupHeaderNotEqualToCrossGroupFooterOnPageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiComponentStyleIsNotFoundAtPageCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiColumnsWidthGreaterPageWidthCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiBigSizeOfTheImageAtWatermarkCheck.processCheck(StiReport report, java.lang.Object obj)
           
 

Uses of StiReport in com.stimulsoft.report.check.report
 

Methods in com.stimulsoft.report.check.report with parameters of type StiReport
 java.lang.Object StiTotalPageCountDoublePassCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiReportRenderingMessageCheck.processCheck(StiReport report, java.lang.Object msg)
           
 java.lang.Object StiIsFirstPassIsSecondPassCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiIsFirstPageIsLastPageDoublePassCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiDuplicatedNameInSourceInDataRelationReportCheck.processCheck(StiReport report, java.lang.Object obj)
           
 java.lang.Object StiDuplicatedNameCheck.processCheck(StiReport report, java.lang.Object obj)
           
 

Uses of StiReport in com.stimulsoft.report.components
 

Methods in com.stimulsoft.report.components that return StiReport
 StiReport StiPagesCollection.getReport()
           
 StiReport StiPage.getReport()
          Gets or sets the report in which the page is located.
 StiReport StiInteraction.getReport()
           
 StiReport StiComponent.getReport()
          gets or sets the report in which the component is located.
 

Methods in com.stimulsoft.report.components with parameters of type StiReport
 void StiPagesCollection.fillReport(StiReport report)
           
 java.awt.image.BufferedImage StiWatermark.getBufferedImage(StiReport report, StiRectangle rect)
           
 java.awt.image.BufferedImage StiWatermark.getBufferedImage(StiReport report, StiRectangle rect, StiRefObject<byte[]> imgBytes)
           
 void StiDataRetrieval.Retrieval(StiReport report)
           
 void StiPagesCollection.setReport(StiReport report)
           
 void StiPage.setReport(StiReport value)
           
 void StiComponent.setReport(StiReport value)
          Deprecated. 
 

Constructors in com.stimulsoft.report.components with parameters of type StiReport
StiPage(StiReport report)
          Creates a new component of the type StiPage.
StiPagesCollection(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.components.complexcomponents
 

Methods in com.stimulsoft.report.components.complexcomponents that return StiReport
 StiReport StiSubReport.getExternalSubReport()
           
 

Uses of StiReport in com.stimulsoft.report.crossTab.core
 

Methods in com.stimulsoft.report.crossTab.core that return StiReport
 StiReport StiGrid.getReport()
           
 

Methods in com.stimulsoft.report.crossTab.core with parameters of type StiReport
 void StiCross.Create(DataTable table, StiReport report, StiSummaryDirection direction, java.lang.String emptyValue)
           
 void StiGrid.setReport(StiReport value)
           
 

Uses of StiReport in com.stimulsoft.report.design
 

Methods in com.stimulsoft.report.design that return StiReport
 StiReport StiDesignerInfo.getReport()
          Gets or sets the report to which these parameters belong.
 

Methods in com.stimulsoft.report.design with parameters of type StiReport
 void StiDesignerInfo.setReport(StiReport value)
           
 

Constructors in com.stimulsoft.report.design with parameters of type StiReport
StiDesignerInfo(StiReport report)
          Creates a new object of the type StiDesignerInfo.
 

Uses of StiReport in com.stimulsoft.report.dialogs
 

Constructors in com.stimulsoft.report.dialogs with parameters of type StiReport
StiForm(StiReport report)
          Creates a new StiForm.
 

Uses of StiReport in com.stimulsoft.report.dictionary
 

Methods in com.stimulsoft.report.dictionary that return StiReport
 StiReport StiDictionary.getReport()
          Gets or sets report in which given dictionary is placed.
 

Methods in com.stimulsoft.report.dictionary with parameters of type StiReport
static void StiDictionary.DoAutoSynchronize(StiReport report)
          Synchronizes DataStore and Dictionary.
 java.lang.Object StiVariable.eval(StiReport report)
           
static java.util.List<StiVariable> StiVariableAsParameterHelper.fetchAll(java.lang.String query, java.util.List<StiDataParameter> parameters, StiReport report)
           
static java.lang.String[] StiSystemVariablesHelper.getSystemVariables(StiReport report)
           
 void StiDialogInfo.LoadFromJsonObject(JSONObject jObject, StiReport report)
           
 void StiVariablesCollection.LoadFromJsonObjectEx(JSONObject jObject, StiReport report)
           
 void StiVariable.LoadFromJsonObjectEx(JSONObject jObject, StiReport report)
           
 void StiDictionary.setReport(StiReport value)
           
 

Constructors in com.stimulsoft.report.dictionary with parameters of type StiReport
StiDictionary(StiReport report)
          Creates a new object of the type StiDictionary.
StiVariablesMap(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.dictionary.businessObjects
 

Methods in com.stimulsoft.report.dictionary.businessObjects with parameters of type StiReport
static StiBusinessObject StiBusinessObjectHelper.getBusinessObjectFromGuid(StiReport report, java.lang.String businessObjectGuid)
           
 

Uses of StiReport in com.stimulsoft.report.dictionary.databases
 

Methods in com.stimulsoft.report.dictionary.databases with parameters of type StiReport
 void StiXmlDatabase.applyDatabaseInformation(StiDatabaseInformation information, StiReport report, StiDatabaseInformation informationAll)
           
 void StiJsonDatabase.applyDatabaseInformation(StiDatabaseInformation information, StiReport report, StiDatabaseInformation informationAll)
           
 void StiJDBCDatabase.applyDatabaseInformation(StiDatabaseInformation information, StiReport report, StiDatabaseInformation informationAll)
           
 void StiDatabase.applyDatabaseInformation(StiDatabaseInformation info, StiReport report, StiDatabaseInformation allInfo)
           
 void StiXmlDatabase.connect(StiDataStoreSource source, java.lang.Boolean fillTable, StiReport report)
           
 void StiJsonDatabase.connect(StiDataStoreSource source, java.lang.Boolean fillTable, StiReport report)
           
 void StiJDBCDatabase.connect(StiDataStoreSource source, java.lang.Boolean fillTable, StiReport report)
           
 void StiDatabaseEmpty.connect(StiDataStoreSource source, java.lang.Boolean fillTable, StiReport report)
           
abstract  void StiDatabase.connect(StiDataStoreSource source, java.lang.Boolean fillTable, StiReport report)
           
 void StiXmlDatabase.connect(StiDataStoreSource source, StiReport report)
           
 void StiJsonDatabase.connect(StiDataStoreSource source, StiReport report)
           
 void StiJDBCDatabase.connect(StiDataStoreSource source, StiReport report)
           
 void StiDatabaseEmpty.connect(StiDataStoreSource dataTable, StiReport report)
           
abstract  void StiDatabase.connect(StiDataStoreSource stiDataStoreSource, StiReport report)
           
 void StiJsonDatabase.fillTable(StiDataStoreSource source, StiReport report)
           
 StiDatabaseInformation StiXmlDatabase.getDatabaseInformation(java.sql.Connection con, StiAbstractAdapter adapter, StiReport report)
           
 StiDatabaseInformation StiJsonDatabase.getDatabaseInformation(java.sql.Connection con, StiAbstractAdapter adapter, StiReport report)
           
 StiDatabaseInformation StiJDBCDatabase.getDatabaseInformation(java.sql.Connection con, StiAbstractAdapter adapter, StiReport report)
           
 StiDatabaseInformation StiDatabase.getDatabaseInformation(java.sql.Connection con, StiAbstractAdapter adapter, StiReport report)
           
 java.io.InputStream StiXmlDatabase.getDataInputStream(StiReport report)
           
 java.lang.Object StiJsonDatabase.getJSONObject(StiReport report)
           
 java.io.InputStream StiXmlDatabase.getSchemaInputStream(StiReport report)
           
 void StiResourcesCollection.LoadFromJsonObjectEx(JSONObject jObject, StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.dictionary.dataSources
 

Methods in com.stimulsoft.report.dictionary.dataSources with parameters of type StiReport
static java.util.Hashtable<java.lang.String,java.util.Hashtable<java.lang.String,java.lang.String>> StiDataSourceHelper.getUsedDataSourcesNames(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.dictionary.functions
 

Methods in com.stimulsoft.report.dictionary.functions with parameters of type StiReport
static StiFunction[] StiFunctions.getFunctions(StiReport report, java.lang.String functionName, boolean isCompile)
          Returns array of functions with spefified name.
 

Uses of StiReport in com.stimulsoft.report.engine
 

Methods in com.stimulsoft.report.engine that return StiReport
 StiReport IStiReportProperty.getReport()
          Gets or sets the report in which the component is located.
 

Methods in com.stimulsoft.report.engine with parameters of type StiReport
static void StiOddEvenStylesHelper.ApplyOddEvenStyles(StiReport report, IStiOddEvenStyles styles, StiContainer cont, StiBand band)
          Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.
static boolean StiVariableHelper.fillItemsOfVariable(StiVariable variable, StiReport report, StiRefObject<java.lang.Boolean> modified)
           
static boolean StiVariableHelper.FillItemsOfVariables(StiReport report)
           
static void StiVariableHelper.setDefaultValueForRequestFromUserVariables(StiReport report, boolean haveVars)
           
 

Uses of StiReport in com.stimulsoft.report.engine.engineV2
 

Fields in com.stimulsoft.report.engine.engineV2 declared as StiReport
 StiReport StiEngine.report
           
 

Methods in com.stimulsoft.report.engine.engineV2 that return StiReport
 StiReport StiEngine.getMasterReport()
          Gets or sets a master report that is being rendered in the current moment.
 StiReport StiEngine.getReport()
          Gets or sets a report that is being rendered in the current moment.
 

Methods in com.stimulsoft.report.engine.engineV2 with parameters of type StiReport
static void StiRenderProviderV2.ClearPagesForFirstPass(StiReport report)
           
static void StiRenderProviderV2.ClearPagesWhichLessThenFromPageAndGreaterThenToPage(StiReport report, StiRenderState state)
           
 StiEngine StiThreads.CreateContainerEngine(java.lang.String destinationName, StiReport report, StiEngine masterEngine, int indexOfStartRenderedPages)
          Creates a new engine sample to output in the specified container.
static boolean StiRenderProviderV2.isFirstPage(StiReport report, StiPage page)
           
static boolean StiRenderProviderV2.isLastPage(StiReport report, StiPage page)
           
static void StiRenderProviderV2.ProcessPageToCache(StiReport report, StiPage page, boolean isFinal)
           
static void StiRenderProviderV2.Render(StiReport report, StiRenderState state)
          Render the report.
 void StiEngine.setMasterReport(StiReport value)
           
 void StiEngine.setReport(StiReport value)
           
 

Constructors in com.stimulsoft.report.engine.engineV2 with parameters of type StiReport
StiEngine(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.engine.engineV2.builders
 

Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiReport
static void StiTableOfContentsV2Builder.postProcessTableOfContents(StiReport report)
           
static void StiReportV2Builder.RenderSingleReport(StiReport masterReport, StiRenderState renderState)
           
static void StiReportV2Builder.RenderSubReports(StiReport ownerReport, StiRenderState renderState)
           
 

Uses of StiReport in com.stimulsoft.report.engine.parser
 

Methods in com.stimulsoft.report.engine.parser with parameters of type StiReport
static java.lang.Object StiParser.prepareVariableValue(StiVariable var, StiReport report, StiText textBox)
           
static java.lang.Object StiParser.prepareVariableValue(StiVariable var, StiReport report, StiText textBox, boolean fillItems)
           
 

Uses of StiReport in com.stimulsoft.report.events
 

Methods in com.stimulsoft.report.events that return StiReport
 StiReport StiSendEMailEventArgs.getReport()
          Gets or sets a report of sending EMail.
 StiReport StiGetDrillDownReportEventArgs.getReport()
          Gets or sets the report for Drill-Down operation.
 

Methods in com.stimulsoft.report.events with parameters of type StiReport
 void StiSendEMailEventArgs.setReport(StiReport value)
           
 void StiGetDrillDownReportEventArgs.setReport(StiReport value)
           
 

Constructors in com.stimulsoft.report.events with parameters of type StiReport
StiSendEMailEventArgs(StiReport report, java.lang.String recipient, java.lang.String subject, java.lang.String body, java.lang.String filePath)
           
 

Uses of StiReport in com.stimulsoft.report.export
 

Methods in com.stimulsoft.report.export that return StiReport
 StiReport StiExportInfo.getReport()
           
 

Methods in com.stimulsoft.report.export with parameters of type StiReport
 void StiExportInfo.setReport(StiReport report)
           
 

Constructors in com.stimulsoft.report.export with parameters of type StiReport
StiExportInfo(StiReport report, StiExportSettings settings, java.io.OutputStream stream, boolean sendEMail, boolean openAfterExport, java.lang.String fileName)
           
 

Uses of StiReport in com.stimulsoft.report.export.service
 

Methods in com.stimulsoft.report.export.service that return StiReport
 StiReport StiHtmlExportService.getReport()
           
 

Methods in com.stimulsoft.report.export.service with parameters of type StiReport
 void StiExportService.export(StiReport report)
           
 void StiXpsExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiXmlExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiWord2007ExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiTxtExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiSylkExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiRtfExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiPdfExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiOdtExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings settings)
           
 void StiOdsExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings settings)
           
 void StiImageExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings settings)
          Export StiReport
 void StiHtmlExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiHtml5ExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings settings)
           
abstract  void StiExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings settings)
          Export StiReport
 void StiExcelXmlExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiExcelExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
           
 void StiExcel2007ExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiCsvExportService.export(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Export StiReport
 void StiExportService.export(StiReport report, java.lang.String filePath)
          Exports a document to the file.
 void StiExportService.export(StiReport report, java.lang.String filePath, boolean sendEMail)
          Exports a document to the stream.
 void StiCsvExportService.exportCsv(StiReport report, java.io.OutputStream outputStream, StiDataExportSettings settings)
           
 void StiExcelXmlExportService.exportExcel(StiReport report, java.io.OutputStream outputStream, StiExcelExportSettings settings)
          Exports a rendered report to the ExcelXml file.
 void StiExcel2007ExportService.exportExcel(StiReport report, java.io.OutputStream outputStream, StiExcelExportSettings settings)
          Exports rendered report to an Excel file.
 void StiExcelExportService.exportExcel(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
           
 void StiHtml5ExportService.exportHtml(StiReport report, java.io.File file, StiHtml5ExportSettings settings)
           
 void StiHtmlExportService.exportHtml(StiReport report, java.io.OutputStream stream, StiHtmlExportSettings settings)
          Exports a document to the HTML.
 void StiImageExportService.exportImage(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Exports a rendered document to the stream as an image.
 void StiOdsExportService.exportOds(StiReport report, java.io.OutputStream outputStream, StiOdsExportSettings settings)
          Exports rendered report to an Ods
 void StiOdsExportService.exportOdsException(StiReport report, java.io.OutputStream outputStream, StiOdsExportSettings settings)
           
 void StiOdtExportService.exportOdt(StiReport report, java.io.OutputStream outputStream, StiOdtExportSettings settings)
          Exports rendered report to an Odt
 void StiPdfExportService.exportPdf(StiReport report, java.io.OutputStream outputStream, StiPdfExportSettings settings)
          Exports a rendered report to the pdf file.
 void StiRtfExportService.exportRtf(StiReport report, java.io.OutputStream outputStream, StiRtfExportSettings settings)
           
 void StiSylkExportService.exportSylk(StiReport report, java.io.OutputStream exportOutputStream, StiDataExportSettings settings)
          Exports a rendered report to a Sylk file.
 void StiTxtExportService.exportTxt(StiReport report, java.io.OutputStream outputStream, StiTxtExportSettings settings)
          Exports a rendered report to the stream in the text file.
 void StiWord2007ExportService.exportWord(StiReport report, java.io.OutputStream outputStream, StiWord2007ExportSettings settings)
          Exports rendered report to an Word file.
 void StiXmlExportService.exportXml(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
          Exports a rendered report to the XML file.
 void StiXpsExportService.exportXps(StiReport report, java.io.OutputStream outputStream, StiExportSettings exportSettings)
           
static void StiSvgExportService.StiSvgHelper.saveToStream(StiReport report, StiPage page, java.io.OutputStream outputStream, boolean compressed)
          Save to OutputStream
static void StiSvgExportService.StiSvgHelper.saveToStream(StiReport report, StiPage page, java.io.OutputStream outputStream, boolean compressed, boolean standalone, int clipCounter, StiImageFormat imageFormat, float imageQuality, float imageResolution)
          Save to OutputStream * @param report StiReport
 void StiExportService.setExportReport(StiReport exportReport)
           
 void StiHtmlExportService.setReport(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.export.tools
 

Methods in com.stimulsoft.report.export.tools with parameters of type StiReport
 void StiBarCodeExportPainter.baseDrawImage(java.lang.Object context, StiImage image, StiReport report, double x, double y, double width, double height)
           
 

Uses of StiReport in com.stimulsoft.report.globalization
 

Methods in com.stimulsoft.report.globalization with parameters of type StiReport
 void StiGlobalizationContainer.fillItemsFromReport(StiReport report)
           
 java.util.Hashtable<java.lang.String,java.lang.String> StiGlobalizationContainer.getAllStringsForReport(StiReport report)
          Internal use only.
 void StiGlobalizationContainer.localizeReport(StiReport report)
           
 void StiGlobalizationContainer.removeUnlocalizedItemsFromReport(StiReport report)
           
 void StiGlobalizationContainerCollection.setReport(StiReport report)
           
 

Constructors in com.stimulsoft.report.globalization with parameters of type StiReport
StiGlobalizationContainerCollection(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.helpers
 

Methods in com.stimulsoft.report.helpers with parameters of type StiReport
static byte[] StiHyperlinkProcessor.getBytes(StiReport report, java.lang.String hyperlink)
           
static StiImage StiHyperlinkProcessor.getImage(StiReport report, java.lang.String hyperlink)
           
static java.lang.String StiHyperlinkProcessor.getString(StiReport report, java.lang.String hyperlink)
           
static boolean StiNullValuesHelper.isNull(StiReport report, java.lang.String dataColumn)
           
static boolean FontVHelper.loadFontsFromResources(StiReport report)
           
static java.util.List<StiDataLoaderHelper.Data> StiUniversalDataLoader.loadMutiple(StiReport report, java.lang.String path, java.lang.String filter)
           
static StiDataLoaderHelper.Data StiUniversalDataLoader.loadSingle(StiReport report, java.lang.String path)
           
static void FontVHelper.removeFontsFromResources(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.infographics.gauge.helpers
 

Methods in com.stimulsoft.report.infographics.gauge.helpers with parameters of type StiReport
static void StiGaugeHelper.bulletGraphsGreen(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.darkSpeedometer(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.defaultLinearGauge(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.defaultRadialGauge(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.halfDonutsGauge(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.halfDonutsGauge2(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.horizontalThermometer(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.lightSpeedometer(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.linearGaugeRangeList(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.radialBarGauge(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.radialGaugeHalfCircleN(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.radialGaugeHalfCircleS(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.radialGaugeQuarterCircleNE(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.radialGaugeQuarterCircleNW(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.radialGaugeQuarterCircleSE(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.radialGaugeQuarterCircleSW(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.radialTwoScalesGauge(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.simpleRadialGauge(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.simpleTwoBarGauge(StiGauge gauge, StiReport report)
           
static void StiGaugeHelper.verticalThermometer(StiGauge gauge, StiReport report)
           
 

Uses of StiReport in com.stimulsoft.report.options
 

Methods in com.stimulsoft.report.options with parameters of type StiReport
static void EngineOptions.GlobalEvents.InvokeReportCacheCreated(StiReport report, StiEventHandlerArgs empty)
           
 

Uses of StiReport in com.stimulsoft.report.painters.components
 

Methods in com.stimulsoft.report.painters.components with parameters of type StiReport
 void StiPagePainter.paintImage(StiReport report, StiWatermark watermark, StiGraphics g, StiRectangle rect, java.lang.Double zoom)
          Paint image watermark
 void StiPagePainter.paintTileImage(java.awt.image.BufferedImage watermarkImage, StiGraphics g, StiRectangle rect, StiSize imageSize, java.lang.Double zoom, StiReport report)
          Paint title image watermark
 

Uses of StiReport in com.stimulsoft.report.print
 

Methods in com.stimulsoft.report.print with parameters of type StiReport
static void StiPrintHelper.printJob(java.awt.print.PrinterJob printerJob, StiReport report)
          Print prepared pages with no printing dialog
static void StiPrintHelper.printJob(java.awt.print.PrinterJob printerJob, StiReport report, java.lang.Boolean showPrintDialog)
          Print prepared pages
 

Uses of StiReport in com.stimulsoft.report.saveLoad
 

Methods in com.stimulsoft.report.saveLoad that return StiReport
 StiReport StiDocument.getReport()
          Gets or sets the report which rendered pages are used for rendering of a document.
 

Methods in com.stimulsoft.report.saveLoad with parameters of type StiReport
 void StiXmlDocumentSLService.save(StiReport report, java.io.OutputStream stream)
           
abstract  void StiSLService.save(StiReport report, java.io.OutputStream stream)
          Saves a document in the stream.
 void StiPackedDocumentSLService.save(StiReport report, java.io.OutputStream stream)
          Saves a document in the stream.
 void StiEncryptedDocumentSLService.save(StiReport report, java.io.OutputStream stream)
           
 void StiDocument.setReport(StiReport value)
           
 

Constructors in com.stimulsoft.report.saveLoad with parameters of type StiReport
StiDocument(StiReport report)
          Creates a new object of the type StiDocument.
 

Uses of StiReport in com.stimulsoft.report.styles
 

Fields in com.stimulsoft.report.styles declared as StiReport
 StiReport StiBaseStyle.report
           
 

Methods in com.stimulsoft.report.styles that return StiReport
 StiReport StiStylesCreator.getReport()
           
 

Methods in com.stimulsoft.report.styles with parameters of type StiReport
 void StiStylesCreator.setReport(StiReport report)
           
 

Constructors in com.stimulsoft.report.styles with parameters of type StiReport
StiBaseStyle(java.lang.String name, java.lang.String description, StiReport report)
          Creates a new object of the type StiBaseStyle.
StiChartStyle(java.lang.String name, java.lang.String description, StiReport report)
          Creates a new object of the type StiChartStyle.
StiCrossTabStyle(java.lang.String name, java.lang.String description, StiReport report)
          Creates a new object of the type StiCrossTabStyle.
StiDialogStyle(java.lang.String name, java.lang.String description, StiReport report)
          Creates a new object of the type StiStyle.
StiGaugeStyle(java.lang.String name, java.lang.String description, StiReport report)
          Creates a new object of the type StiGaugeStyle.
StiMapStyle(java.lang.String name, java.lang.String description, StiReport report)
          Creates a new object of the type StiMapStyle.
StiStyle(java.lang.String name, java.lang.String description, StiReport report)
          Creates a new object of the type StiStyle.
StiStylesCollection(StiReport report)
           
StiStylesCreator(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.samples
 

Methods in com.stimulsoft.samples that return StiReport
static StiReport CreateJdbcReport.createReport()
           
 

Methods in com.stimulsoft.samples with parameters of type StiReport
static void CreateJdbcReport.collectTables(StiReport report)
           
 void ParentDatabase.connect(StiDataStoreSource source, java.lang.Boolean fillTable, StiReport report)
           
 void ChildDatabase.connect(StiDataStoreSource stiDataStoreSource, java.lang.Boolean fillTable, StiReport report)
           
 void ParentDatabase.connect(StiDataStoreSource stiDataStoreSource, StiReport report)
           
 void ChildDatabase.connect(StiDataStoreSource stiDataStoreSource, StiReport report)
           
static void CreateJdbcReport.showReport(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.viewer.controls.dialogs
 

Constructors in com.stimulsoft.viewer.controls.dialogs with parameters of type StiReport
StiFileSaveDialog(StiExportFormat format, StiReport report, java.lang.String fileName)
           
StiFileSaveDialog(StiExportFormat format, StiReport report, java.lang.String fileName, java.lang.String path, java.util.List<StiSLService> slServices)
           
 

Uses of StiReport in com.stimulsoft.viewer.logic
 

Methods in com.stimulsoft.viewer.logic that return StiReport
 StiReport StiViewModel.getReport()
           
 

Uses of StiReport in com.stimulsoft.viewer.panels
 

Methods in com.stimulsoft.viewer.panels that return StiReport
 StiReport StiViewPannel.getReport()
           
 StiReport StiThumbnailsPannel.getReport()
           
 

Uses of StiReport in com.stimulsoft.viewer.requestfromuser.range
 

Constructors in com.stimulsoft.viewer.requestfromuser.range with parameters of type StiReport
StiRangeCharItemControl(StiVariable variable, StiReport report)
           
StiRangeDateTimeItemControl(StiVariable variable, StiReport report)
           
StiRangeDoubleItemControl(StiVariable variable, StiReport report)
           
StiRangeGuidItemControl(StiVariable variable, StiReport report)
           
StiRangeLongItemControl(StiVariable variable, StiReport report)
           
StiRangeStringItemControl(StiVariable variable, StiReport report)
           
 

Uses of StiReport in com.stimulsoft.viewer.requestfromuser.value
 

Constructors in com.stimulsoft.viewer.requestfromuser.value with parameters of type StiReport
StiValueDateTimeItemControl(StiVariable variable, StiReport report)
           
StiValueImageItemControl(StiVariable variable, StiReport report)
           
 

Uses of StiReport in com.stimulsoft.viewer.utils
 

Methods in com.stimulsoft.viewer.utils with parameters of type StiReport
static java.lang.Integer StiPageNumberHelper.getDisplayPagesCount(StiReport report)
           
static java.lang.Integer StiPageNumberHelper.getPageNumberFromDisplayNumber(java.lang.Integer displayNumber, StiReport report)
           
 

Uses of StiReport in com.stimulsoft.web.classes
 

Fields in com.stimulsoft.web.classes declared as StiReport
 StiReport StiRequestParams.report
          Report transferred from the flash client side
 

Uses of StiReport in com.stimulsoft.web.helper
 

Fields in com.stimulsoft.web.helper declared as StiReport
 StiReport StiReportContainer.report
           
 

Methods in com.stimulsoft.web.helper that return StiReport
static StiReport StiReportHelper.applyDrillDown(StiReport report, StiReport renderedReport, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
          Apply the parameters for drill-down and build the detailed report
static StiReport StiReportHelper.createReportCopy(StiReport report)
           
static StiReport StiReportHelper.getCompiledReport(StiReport report)
           
static StiReport StiCacheHelper.getReport(java.lang.String guid, javax.servlet.http.HttpServletRequest request)
          Get the report object from cache.
 StiReport StiCacheHelper.getReportInternal(StiRequestParams requestParams, boolean useDrillDownReportSnapshot, javax.servlet.http.HttpServletRequest request)
           
 StiReport StiCacheHelper.getReportInternal(StiRequestParams requestParams, javax.servlet.http.HttpServletRequest request)
           
 

Methods in com.stimulsoft.web.helper with parameters of type StiReport
static void StiReportHelper.applyCollapsing(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
           
static StiReport StiReportHelper.applyDrillDown(StiReport report, StiReport renderedReport, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
          Apply the parameters for drill-down and build the detailed report
static void StiEditableFieldsHelper.applyEditableFieldsToReport(StiReport report, java.lang.Object parameters)
           
static void StiReportHelper.applyQueryParameters(StiRequestParams requestParams, StiReport report)
           
static void StiVariablesHelper.applyReportBindingVariables(StiReport report, java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> values)
           
static void StiVariablesHelper.applyReportParameters(StiReport report, java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> parameters)
          Assigning sent by the client parameters to the report
static void StiReportHelper.applySorting(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
          Apply the parameters for sorting and rebuild the report
static boolean StiEditableFieldsHelper.checkEditableReport(StiReport report)
           
static StiReport StiReportHelper.createReportCopy(StiReport report)
           
static java.io.ByteArrayOutputStream StiExportsHelper.emailReport(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiMailProperties options, javax.servlet.http.HttpServletRequest request)
           
static StiWebActionResult StiExportsHelper.emailReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiMailProperties options, javax.servlet.http.HttpServletRequest request)
           
static java.io.ByteArrayOutputStream StiExportsHelper.exportReport(StiRequestParams requestParams, StiReport report, StiExportSettings settings)
          Exports report to the specified format
static StiWebActionResult StiExportsHelper.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings)
           
static void StiVariablesHelper.fillDialogInfoItems(StiReport report)
          Filling the list of variables initialized from the database columns
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiReportHelper.getBookmarkPointers(StiReport report, StiBookmark bookmark)
           
static java.lang.String StiReportHelper.getBookmarksContent(StiReport report, java.lang.String viewerId, int pageNumber)
           
static StiReport StiReportHelper.getCompiledReport(StiReport report)
           
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiReportResourceHelper.getFontResourcesArray(StiReport report)
           
static java.lang.String StiGalleriesHelper.getHtmlStringFromRichTextItem(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> itemObject)
           
static java.util.List<StiDataColumn> StiGalleriesHelper.getImageColumns(StiReport report)
           
static StiImage StiGalleriesHelper.getImageFromColumn(StiDataColumn column, StiReport report)
           
static java.util.List<StiResource> StiGalleriesHelper.getImageResources(StiReport report)
           
static java.util.List<StiVariable> StiGalleriesHelper.getImageVariables(StiReport report)
           
static java.util.List<java.lang.Object> StiReportHelper.getPagesArray(StiReport report, StiRequestParams requestParams)
           
static java.lang.String StiReportHelper.getReportFileName(StiReport report)
           
static java.lang.String StiExportsHelper.getReportFileName(StiRequestParams requestParams, StiReport report)
           
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiReportResourceHelper.getResourcesItems(StiReport report)
           
static java.util.List<StiResource> StiGalleriesHelper.getRichTextResources(StiReport report)
           
static java.util.List<StiVariable> StiGalleriesHelper.getRichTextVariables(StiReport report)
           
static java.util.ArrayList StiReportHelper.getTableOfContentsPointers(StiReport report, StiRequestParams requestParams)
           
static java.util.HashMap<java.lang.String,java.util.HashMap<java.lang.String,java.lang.Object>> StiVariablesHelper.getVariables(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> values)
           
static StiWebActionResult StiReportHelper.interactionResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest request)
           
static boolean StiReportHelper.isReportHasDashboards(StiReport report)
           
static boolean StiReportHelper.isReportHasInteractions(StiReport report)
          Returns information about the presence of interactive report.
static void StiReportResponse.printAsHtml(javax.servlet.http.HttpServletResponse response, StiReport report)
          Print report as HTML document.
static void StiReportResponse.printAsHtml(javax.servlet.http.HttpServletResponse response, StiReport report, StiHtmlExportSettings settings)
          Print report as HTML document.
static void StiReportResponse.printAsHtml(javax.servlet.http.HttpServletResponse response, StiReport report, StiPagesRange pageRange)
          Print report as HTML document.
static void StiReportResponse.printAsPdf(javax.servlet.http.HttpServletResponse response, StiReport report)
          Print report as PDF document.
static void StiReportResponse.printAsPdf(javax.servlet.http.HttpServletResponse response, StiReport report, StiPagesRange pageRange)
          Print report as PDF document.
static void StiReportResponse.printAsPdf(javax.servlet.http.HttpServletResponse response, StiReport report, StiPdfExportSettings settings)
          Print report as PDF document.
static StiWebActionResult StiExportsHelper.printReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings)
           
static void StiReportResponse.responseAsPdf(javax.servlet.http.HttpServletResponse response, StiReport report, StiPdfExportSettings settings, boolean saveFileDialog)
           
static void StiCacheHelper.saveReport(StiReport report, java.lang.String guid, javax.servlet.http.HttpServletRequest request)
          Save the report object to cache.
 void StiCacheHelper.saveReportInternal(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest request)
           
static StiWebActionResult StiReportHelper.viewerResult(StiRequestParams requestParams, StiReport report)
           
 

Constructors in com.stimulsoft.web.helper with parameters of type StiReport
StiReportContainer(StiReport report, boolean resourcesIncluded, StiDesignerCommand command)
           
 

Uses of StiReport in com.stimulsoft.web.utils
 

Methods in com.stimulsoft.web.utils with parameters of type StiReport
static StiWebActionResult StiWebExportReportUtil.exportAsBmp(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to BMP format.
static StiWebActionResult StiWebExportReportUtil.exportAsCsv(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream)
          Exports report to CSV format.
static StiWebActionResult StiWebExportReportUtil.exportAsExcel(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel format.
static StiWebActionResult StiWebExportReportUtil.exportAsExcel2007(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel 2007 format.
static StiWebActionResult StiWebExportReportUtil.exportAsExcelXml(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel Xml format.
static StiWebActionResult StiWebExportReportUtil.exportAsJpeg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to JPEG format.
static StiWebActionResult StiWebExportReportUtil.exportAsOds(StiReport report, StiOdsExportSettings settings, java.io.OutputStream stream)
           
static StiWebActionResult StiWebExportReportUtil.exportAsPcx(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to PCX format.
static StiWebActionResult StiWebExportReportUtil.exportAsPng(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to PNG format.
static StiWebActionResult StiWebExportReportUtil.exportAsSvg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to Scalable Vector Graphics (SVG) format.
static StiWebActionResult StiWebExportReportUtil.exportAsSvgz(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
           
static StiWebActionResult StiWebExportReportUtil.exportAsSylk(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream)
          Exports report to Symbolic Link (SYLK) format.
static StiWebActionResult StiWebExportReportUtil.exportAsXml(StiReport report, java.io.OutputStream stream)
          Exports report to XML format.
static java.lang.String StiWebExportReportUtil.getReportFileName(StiReport report)
           
static StiWebActionResult StiWebExportReportUtil.saveDocumentFile(StiReport report, java.io.OutputStream stream)
          Save report to Document File (MDC, MDZ, MDX)
 

Uses of StiReport in com.stimulsoft.webdesigner
 

Methods in com.stimulsoft.webdesigner that return StiReport
 StiReport StiWebDesignerHelper.getActionReportObject(javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
          Get the current report template for the current action of the component.
static StiReport StiWebDesignerHelper.getActionReportObject(StiRequestParams requestParams, javax.servlet.http.HttpServletRequest httpContext)
          Get the current report template for the current action of the component.
 StiReport StiWebDesigerHandler.getEditedReport(javax.servlet.http.HttpServletRequest request)
          Occurred on loading webdesinger.
static StiReport StiWebDesignerCommands.getNewReport(StiRequestParams requestParams)
           
static StiReport StiWebDesignerCommands.getReportForDesigner(StiRequestParams requestParams, StiReport currentReport, javax.servlet.http.HttpServletRequest httpContext)
           
static StiReport StiWebDesignerHelper.getReportObject(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams)
           
static StiReport StiWebDesigner.getReportObject(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams)
          Save the report template or report template to cache.
static StiReport StiWebDesignerCommands.loadReportFromContent(StiRequestParams requestParams)
           
static StiReport StiWebDesigner.saveReportObject(javax.servlet.http.HttpServletRequest httpContext, StiReport report, java.lang.String reportGuid)
          Save the report template or report template to cache.
 

Methods in com.stimulsoft.webdesigner with parameters of type StiReport
static StiWebActionResult StiWebDesignerCommands.commandResult(StiRequestParams requestParams, StiReport currentReport, javax.servlet.http.HttpServletRequest httpContext)
           
static StiWebActionResult StiWebDesignerActions.designerEventResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult StiWebDesignerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiWebDesigner.getNewReportCallbackResult(java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, javax.servlet.http.HttpServletRequest httpContext, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
           
static StiReport StiWebDesignerCommands.getReportForDesigner(StiRequestParams requestParams, StiReport currentReport, javax.servlet.http.HttpServletRequest httpContext)
           
static StiWebActionResult StiWebDesignerActions.getReportResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiWebDesigner.getReportSnapshotCallbackResult(java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, javax.servlet.http.HttpServletRequest httpContext, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> parameters)
           
 void StiWebDesigerHandler.onNewReportTemplate(StiReport report, javax.servlet.http.HttpServletRequest request)
          Occurred on new StiReport.
 void StiWebDesigerHandler.onOpenReportTemplate(StiReport report, javax.servlet.http.HttpServletRequest request)
          Occurred on opening StiReport.
 void StiWebDesigerHandler.onSaveReportTemplate(StiReport report, StiRequestParams requestParams, javax.servlet.http.HttpServletRequest request)
          Occurred on save StiReport.
static void StiWebDesigner.previewReport(StiReport mainReport, java.lang.String format, javax.servlet.http.HttpServletResponse response)
           
static StiWebActionResult StiWebDesignerActions.previewReportResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiWebActionResult StiWebDesignerActions.previewReportResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response, java.lang.StringBuffer jsonParams)
           
static StiReport StiWebDesigner.saveReportObject(javax.servlet.http.HttpServletRequest httpContext, StiReport report, java.lang.String reportGuid)
          Save the report template or report template to cache.
static void StiWebDesigner.setupDesign(StiReport report)
          Setup report poperties for design
 

Uses of StiReport in com.stimulsoft.webdesigner.helper
 

Methods in com.stimulsoft.webdesigner.helper that return StiReport
static StiReport StiReportEdit.cloneReport(StiReport report, boolean onlyCompiledReport)
           
static StiReport StiReportEdit.getRedoStep(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static StiReport StiWizardHelper.getReportFromWizardOptions(StiReport createdReport, java.util.HashMap<java.lang.String,java.lang.Object> reportOptions, java.util.HashMap<java.lang.String,java.lang.Object> wizardDataSources)
           
static StiReport StiReportEdit.getUndoStep(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
 

Methods in com.stimulsoft.webdesigner.helper with parameters of type StiReport
static void StiReportCheckHelper.actionCheck(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> parameters, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiChartHelper.addConstantLineOrStrip(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiFontResourceHelper.addFontToReport(StiReport report, StiResource resource, java.util.HashMap<java.lang.String,java.lang.Object> resourceItem)
           
static void StiReportEdit.addPage(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiCultureHelper.addReportGlobalizationStrings(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.addReportToUndoArray(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report)
           
static void StiReportEdit.addReportToUndoArray(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean withResources)
           
static void StiChartHelper.addSeries(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.addStyle(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.alignToGridComponents(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiBarCodeHelper.applyBarCodeProperties(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiWebDesignerOptionsHelper.applyDesignerOptionsToReport(java.util.HashMap<java.lang.String,java.lang.Object> designerOptions, StiReport report)
           
static void StiCultureHelper.applyGlobalizationStrings(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDesignReportHelper.applyParamsToReport(StiReport report, StiRequestParams requestParams)
           
static void StiDictionaryHelper.applySelectedData(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.applyStyleProperties(StiBaseStyle style, java.util.HashMap<java.lang.String,java.lang.Object> properties, StiReport report)
           
static void StiReportEdit.canceledEditComponent(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, java.util.HashMap param)
           
static void StiReportEdit.changeArrangeComponents(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.changeRectComponent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.changeSizeComponents(StiReport report, java.util.HashMap param, java.util.HashMap callbackResult)
           
static void StiReportEdit.changeUnit(StiReport report, java.lang.String unitName)
           
static void StiReportCheckHelper.checkExpression(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> parameters, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.util.List<StiCheck> StiReportCheckHelper.checkReport(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean createReportCopy)
           
static StiReport StiReportEdit.cloneReport(StiReport report, boolean onlyCompiledReport)
           
static void StiChartHelper.constantLineOrStripMove(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.copyReportDictionary(StiReport reportFrom, StiReport reportTo)
           
static void StiStylesHelper.copyStyle(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, java.util.HashMap param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.createComponent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.createComponentFromResource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createDatabaseFromResource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.createDataComponentFromDictionary(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createFieldOnDblClick(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap callbackResult)
           
static StiBaseCondition StiReportEdit.createHighlightCondition(java.util.HashMap<java.lang.String,java.lang.Object> conditionObject, StiReport report)
           
static void StiReportEdit.createMovingCopyComponent(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, java.util.HashMap param, java.util.HashMap callbackResult)
           
static StiDatabase StiDictionaryHelper.createNewDatabaseFromResource(StiReport report, StiResource resource)
           
static void StiDictionaryHelper.createOrEditBusinessObject(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditColumn(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditConnection(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiDictionaryHelper.createOrEditDataSource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiDictionaryHelper.createOrEditParameter(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditRelation(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditResource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createOrEditVariable(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.createStyleCollection(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.createStyleFromComponents(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.lang.String StiDictionaryHelper.createTempSampleData(StiReport report)
           
static void StiReportEdit.createTextComponentFromDictionary(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.createVariablesCategory(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteAllDataSources(StiReport report, java.util.HashMap param, java.util.HashMap callbackResult)
           
static void StiDictionaryHelper.deleteBusinessObject(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteBusinessObjectCategory(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteColumn(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteConnection(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteDataSource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteParameter(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteRelation(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteResource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteVariable(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.deleteVariablesCategory(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.duplicatePage(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.duplicateStyle(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.editBusinessObjectCategory(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.editVariablesCategory(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.generateNewName(StiReport report, StiBaseStyle newStyle)
           
static void StiReportEdit.getAllComponentsPositions(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.getAllConnections(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiReportEdit.getAllSvgContents(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiBarCodeHelper.getBarCodeSamples(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static StiBusinessObject StiDictionaryHelper.getBusinessObjectByFullName(StiReport report, java.lang.Object fullName)
           
static void StiReportCheckHelper.getCheckPreview(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> parameters, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static StiDataColumn StiReportEdit.getColumnFromColumnPath(java.lang.String columnPath, StiReport report)
           
static StiDataColumnsCollection StiDictionaryHelper.getColumnsByTypeAndNameOfObject(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> props)
           
static void StiDictionaryHelper.getConnectionTypes(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiCultureHelper.getCultureSettingsFromReport(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.getDataAdapterTypes(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiDictionaryHelper.getDatabaseData(StiDatabase db, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiReport report)
           
static void StiDictionaryHelper.getDatabaseData(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiDictionaryHelper.getDictionaryTree(StiReport report)
           
static void StiReportEdit.getFromClipboard(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiDictionaryHelper.getFunctionsTree(StiReport report)
           
static void StiTableOfContentsHelper.getIdentsCollection(StiReport report, java.util.HashMap param, java.util.HashMap callbackResult)
           
static void StiDictionaryHelper.getImagesGallery(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiChartHelper.getLabelsContent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.lang.String StiDictionaryHelper.getNewDatabaseName(StiReport report, java.lang.String fileName)
           
static StiPage StiReportEdit.getPageByName(StiReport report, java.lang.String name)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiReportEdit.getPageIndexes(StiReport report)
           
static java.util.List<java.lang.Object> StiPreviewHelper.getPages(StiReport report, int pageNumber, double zoom)
           
static void StiDictionaryHelper.getParamsFromQueryString(StiReport report, java.util.HashMap param, java.util.HashMap callbackResult)
           
static void StiReportEdit.getPreviewPages(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiReportEdit.getPropsRebuildPage(StiReport report, StiPage currentPage)
           
static StiReport StiReportEdit.getRedoStep(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.lang.String StiReportEdit.getReportFileName(StiReport report)
           
static StiReport StiWizardHelper.getReportFromWizardOptions(StiReport createdReport, java.util.HashMap<java.lang.String,java.lang.Object> reportOptions, java.util.HashMap<java.lang.String,java.lang.Object> wizardDataSources)
           
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiCultureHelper.getReportGlobalizationStrings(StiReport report)
           
static java.util.HashMap<java.lang.String,java.lang.Object> StiReportEdit.getReportProperties(StiReport report)
           
static java.lang.String StiReportResourcesHelper.getReportThumbnailParameters(StiReport report, double zoom)
           
static void StiReportResourcesHelper.getResourceContent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiDictionaryHelper.getResourcesTree(StiReport report)
           
static void StiReportResourcesHelper.getResourceText(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportResourcesHelper.getResourceViewData(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.getRichTextGallery(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.getSampleConnectionString(StiReport report, java.util.HashMap param, java.util.HashMap callbackResult, StiWebDesignerOptions options)
           
static void StiShapeHelper.getShapeSampleImage(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.getSqlParameterTypes(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static java.util.ArrayList<java.util.HashMap<java.lang.String,java.lang.Object>> StiStylesHelper.getStyles(StiReport report)
           
static void StiMapHelper.getStylesContent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiGaugeHelper.getStylesContent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, boolean forStylesControl)
           
static void StiChartHelper.getStylesContent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, boolean forStylesControl)
           
static java.util.ArrayList<java.lang.String> StiDictionaryHelper.getSystemVariablesTree(StiReport report)
           
static StiReport StiReportEdit.getUndoStep(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.getVariableItemsFromDataColumn(StiReport report, java.util.HashMap param, java.util.HashMap callbackResult)
           
static void StiDictionaryHelper.moveConnectionDataToResource(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.moveDictionaryItem(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.newDictionary(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.openPage(StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.openStyle(StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.pageMove(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.pasteStyle(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.readAllPropertiesFromString(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.removeComponent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiChartHelper.removeConstantLineOrStrip(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.removePage(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiCultureHelper.removeReportGlobalizationStrings(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiChartHelper.removeSeries(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.removeStyle(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.removeTempSampleData(StiReport report, java.lang.String dataGuid)
           
static void StiReportEdit.renameComponent(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.retrieveColumns(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.runQueryScript(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiChartHelper.seriesMove(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiChartHelper.setChartPropertyValue(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiChartHelper.setChartStyle(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.setConditionsProperty(java.lang.Object component, java.lang.Object propertyValue, StiReport report)
           
static void StiChartHelper.setContainerValue(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiCultureHelper.setCultureSettingsToReport(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.setEventValue(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap callbackResult)
           
static void StiGaugeHelper.setGaugeStyle(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiChartHelper.setLabelsType(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiMapHelper.setMapProperties(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiMapHelper.setMapStyle(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.setPropertyValue(StiReport report, java.lang.String propertyName, java.lang.Object owner, java.lang.Object value)
           
static void StiReportEdit.setReportProperties(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportResourcesHelper.setResourceText(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.setToClipboard(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static StiFont StiReportEdit.strToFont(java.lang.String value, StiReport report)
           
static void StiDictionaryHelper.synchronizeDictionary(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.testConnection(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult, StiWebDesignerOptions options)
           
static void StiTableOfContentsHelper.updateComponentsPointerValues(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.updateEvents(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiMapHelper.updateMapData(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiReportEdit.updateReportAliases(StiRequestParams requestParams, StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiStylesHelper.updateStyles(StiReport report, java.util.HashMap<java.lang.String,java.lang.Object> param, java.util.HashMap<java.lang.String,java.lang.Object> callbackResult)
           
static void StiDictionaryHelper.viewData(StiReport report, java.util.HashMap param, java.util.HashMap callbackResult)
           
static java.lang.String StiReportEdit.writeReportInObject(StiReport report)
           
static java.lang.String StiReportEdit.writeReportInObject(StiReport report, java.util.HashMap attachedItems)
           
static void StiStylesHelper.writeStylesToReport(StiReport report, java.util.List stylesCollection)
           
 

Constructors in com.stimulsoft.webdesigner.helper with parameters of type StiReport
StiDesignReportHelper(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.webviewer
 

Methods in com.stimulsoft.webviewer that return StiReport
static StiReport StiWebViewerHelper.getReportObject(javax.servlet.http.HttpServletRequest httpContext, StiRequestParams requestParams)
           
 

Methods in com.stimulsoft.webviewer with parameters of type StiReport
static StiWebActionResult StiWebViewerActions.emailReportResult(StiRequestParams requestParams, StiReport report, StiMailProperties options, StiExportSettings settings, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
static StiWebActionResult StiWebViewerActions.exportReportResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
           
static StiWebActionResult StiWebViewerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for export the report.
static StiWebActionResult StiWebViewerActions.getReportResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Get the action result required for show the specified report in the viewer.
 java.lang.String StiWebViewerHelper.getWebViewer(StiWebViewerOptions options, StiMailProperties mailProperties, java.net.URL context, javax.servlet.http.HttpServletRequest request, StiReport report, javax.servlet.ServletContext servletContext)
           
 java.lang.String StiWebViewerHelper.getWebViewer(java.lang.String viewerID, StiWebViewerOptions options, StiMailProperties mailProperties, java.net.URL context, javax.servlet.http.HttpServletRequest request, StiReport report, javax.servlet.ServletContext servletContext)
           
 java.lang.String StiWebViewerHelper.getWebViewer(java.lang.String viewerID, java.net.URL context, javax.servlet.http.HttpServletRequest request, StiReport report, javax.servlet.ServletContext servletContext)
           
 java.lang.String StiWebViewerHelper.getWebViewer(java.net.URL context, javax.servlet.http.HttpServletRequest request, StiReport report, javax.servlet.ServletContext servletContext)
           
static StiWebActionResult StiWebViewerActions.interactionResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for interactive operations with a report.
static StiWebActionResult StiWebViewerActions.interactionResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for interactive operations with a report.
static StiWebActionResult StiWebViewerActions.printReportResult(StiRequestParams requestParams, StiReport report)
          Get the action result required for print the report.
static StiWebActionResult StiWebViewerActions.printReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings)
          Get the action result required for print the report.
static StiWebActionResult StiWebViewerActions.reportResourceResult(StiRequestParams requestParams, StiReport report)
           
static java.lang.Object StiWebViewerActions.viewerEventResult(StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Get the action result required for the various requests of the viewer.The specified report will be used.
static StiWebActionResult StiWebViewerActions.viewerEventResult(StiRequestParams requestParams, StiReport report, javax.servlet.http.HttpServletRequest httpContext, javax.servlet.http.HttpServletResponse response)
          Internal use only.
 

Uses of StiReport in com.stimulsoft.webviewer.component
 

Methods in com.stimulsoft.webviewer.component that return StiReport
 StiReport StiTestWebViewerBean.getReport()
           
 

Methods in com.stimulsoft.webviewer.component with parameters of type StiReport
 void StiTestWebViewerBean.setReport(StiReport report)
           
 

Uses of StiReport in com.stimulsoft.webviewer.helper
 

Methods in com.stimulsoft.webviewer.helper with parameters of type StiReport
static java.lang.Object StiExportsClass.emailReport(StiReport report, StiExportFormat exportFormat, org.w3c.dom.Element settingsNode, StiMailProperties mail, boolean compressMessage)
           
static StiWebActionResult StiExportsClass.exportAsBmp(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to BMP format.
static StiWebActionResult StiExportsClass.exportAsCsv(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream)
          Exports report to CSV format.
static StiWebActionResult StiExportsClass.exportAsExcel(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel format.
static StiWebActionResult StiExportsClass.exportAsExcel2007(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel 2007 format.
static StiWebActionResult StiExportsClass.exportAsExcelXml(StiReport report, StiExcelExportSettings settings, java.io.OutputStream stream)
          Exports report to Microsoft Excel Xml format.
static StiWebActionResult StiExportsClass.exportAsJpeg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to JPEG format.
static StiWebActionResult StiExportsClass.exportAsOds(StiReport report, StiOdsExportSettings settings, java.io.OutputStream stream)
           
static StiWebActionResult StiExportsClass.exportAsOdt(StiReport report, StiOdtExportSettings settings, java.io.OutputStream stream)
          Exports report to OpenDocument Writer format.
static StiWebActionResult StiExportsClass.exportAsPcx(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to PCX format.
static StiWebActionResult StiExportsClass.exportAsPng(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to PNG format.
static StiWebActionResult StiExportsClass.exportAsSvg(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
          Exports report to Scalable Vector Graphics (SVG) format.
static StiWebActionResult StiExportsClass.exportAsSvgz(StiReport report, StiImageExportSettings settings, java.io.OutputStream stream)
           
static StiWebActionResult StiExportsClass.exportAsSylk(StiReport report, StiDataExportSettings settings, java.io.OutputStream stream)
          Exports report to Symbolic Link (SYLK) format.
static StiWebActionResult StiExportsClass.exportAsXml(StiReport report, java.io.OutputStream stream)
          Exports report to XML format.
static java.lang.Object StiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, org.w3c.dom.Element settingsObject, boolean saveFileDialog)
          Exports report to specified format and return the FileResult object.
static void StiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, org.w3c.dom.Element jsonObject, java.io.OutputStream stream)
          Exports report by the specified format and export settings object to the stream.
static StiWebActionResult StiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, org.w3c.dom.Element jsonObject, java.io.OutputStream stream, boolean saveFileDialog)
          Exports report by the specified format and export settings to the stream or return the StiWebActionResult object.
static java.lang.Object StiExportsClass.exportReport(StiReport report, StiRequiredOptions requestOptions, StiMailProperties emailOptions)
          Exports report to specified format and return the FileResult object.
static java.lang.String StiExportsClass.getReportFileName(StiReport report)
           
static StiWebActionResult StiExportsClass.saveDocumentFile(StiReport report, org.w3c.dom.Element settingsNode, java.io.OutputStream stream)
          Save report to Document File (MDC, MDZ, MDX)
 

Uses of StiReport in com.stimulsoft.webviewer.taglib
 

Methods in com.stimulsoft.webviewer.taglib that return StiReport
 StiReport StiWebViewerTag.getReport()
           
 

Methods in com.stimulsoft.webviewer.taglib with parameters of type StiReport
 void StiWebViewerTag.setReport(StiReport report)
           
 

Uses of StiReport in serializing
 

Methods in serializing that return StiReport
static StiReport StimulsoftReport.run(java.lang.String mainPath, java.lang.String template, java.lang.String inputFile, int inputCols, java.lang.String chartFile, int chartCols)
           
 

Methods in serializing with parameters of type StiReport
 void RochadeDataTable.connect(StiDataStoreSource source, java.lang.Boolean fillTable, StiReport report)
           
 void RochadeDataTable.connect(StiDataStoreSource ds, StiReport report)