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   
 

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)
           
 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()
           
protected  StiReport StiSubReport.getSubReportFromFile(java.lang.String file)
           
protected  StiReport StiSubReport.getSubReportFromUrl(java.lang.String url)
           
 

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)
           
static void StiVariableHelper.FillItemsOfVariables(StiReport report)
           
static void StiVariableHelper.setDefaultValueForRequestFromUserVariables(StiReport compiledReport)
           
 

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 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 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
 

Fields in com.stimulsoft.report.export.service declared as StiReport
protected  StiReport StiExportService.exportReport
           
 

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)
           
protected  void StiExportService.processFile(boolean sendEMail, boolean openAfterExport, java.lang.String fileName, StiReport report)
           
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 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)
           
 



Copyright © 2018 Stimulsoft. All Rights Reserved.