Uses of Class
com.stimulsoft.report.StiReport
Packages that use StiReport
Package
Description
-
Uses of StiReport in com.stimulsoft.blockly
Methods in com.stimulsoft.blockly with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.blockly.model
Methods in com.stimulsoft.blockly.model that return StiReportMethods in com.stimulsoft.blockly.model with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.demo
Methods in com.stimulsoft.demo with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidTest2.createJson(String name, StiJsonDatabase database, StiReport report) -
Uses of StiReport in com.stimulsoft.report
Fields in com.stimulsoft.report declared as StiReportModifier and TypeFieldDescriptionStiReport.compiledReportStiReport.parentReportStiFunctionCalcData.reportStiReport.SubReportsMasterReportFields in com.stimulsoft.report with type parameters of type StiReportMethods in com.stimulsoft.report that return StiReportModifier and TypeMethodDescriptionstatic StiReportStiSerializeManager.deserializeReport(File file) static StiReportStiSerializeManager.deserializeReport(InputStream is) static StiReportStiSerializeManager.deserializeReport(InputStream is, String password) static StiReportStiSerializeManager.deserializeReport(InputStream is, Hashtable<String, Object> memoryStore) static StiReportStiSerializeManager.deserializeReport(InputStream is, Hashtable<String, Object> memoryStore, boolean enhanced) static StiReportStiSerializeManager.deserializeReport(InputStream is, Hashtable<String, Object> memoryStore, boolean enhanced, String password) static StiReportStiSerializeManager.deserializeReportFromJson(InputStream inputStream) static StiReportStiSerializeManager.deserializeReportFromJson(InputStream inputStream, String password) StiReport.getCompiledReport()final StiReportStiReport.getParentReport()static StiReportStiReport.newInstance()final StiReportStiReport.render()Renders a report.StiReport.resetRenderedState()Methods in com.stimulsoft.report that return types with arguments of type StiReportMethods in com.stimulsoft.report with parameters of type StiReportModifier and TypeMethodDescriptionstatic BigDecimalstatic BigDecimalStiTotals.AvgAllLevels(Object data, StiReport report, String name) static BigDecimalStiTotals.AvgAllLevelsOnlyChilds(Object data, StiReport report, String name) static doublestatic doubleStiTotals.AvgDAllLevels(Object data, StiReport report, String name) static doubleStiTotals.AvgDAllLevelsOnlyChilds(Object data, StiReport report, String name) static Datestatic DateStiTotals.AvgDateAllLevels(Object data, StiReport report, String name) static DateStiTotals.AvgDateAllLevelsOnlyChilds(Object data, StiReport report, String name) static DateStiTotals.AvgDateOnlyChilds(Object data, StiReport report, String name) static doubleStiTotals.AvgDOnlyChilds(Object data, StiReport report, String name) static longstatic longStiTotals.AvgIAllLevels(Object data, StiReport report, String name) static longStiTotals.AvgIAllLevelsOnlyChilds(Object data, StiReport report, String name) static longStiTotals.AvgIOnlyChilds(Object data, StiReport report, String name) static BigDecimalStiTotals.AvgOnlyChilds(Object data, StiReport report, String name) static Calendarstatic CalendarStiTotals.AvgTimeAllLevels(Object data, StiReport report, String name) static CalendarStiTotals.AvgTimeAllLevelsOnlyChilds(Object data, StiReport report, String name) static CalendarStiTotals.AvgTimeOnlyChilds(Object data, StiReport report, String name) static BigDecimalstatic doublestatic Datestatic doubleStiTotals.cAvgDRunning(Object data, StiReport report, String name) static longstatic longStiTotals.cAvgIRunning(Object data, StiReport report, String name) static BigDecimalStiTotals.cAvgRunning(Object data, StiReport report, String name) static Calendarstatic longstatic longStiTotals.cCountDistinct(Object data, StiReport report, String name) static longStiTotals.cCountDistinctRunning(Object data, StiReport report, String name) static longStiTotals.cCountRunning(Object data, StiReport report, String name) static Objectstatic ObjectStiTotals.cFirstRunning(Object data, StiReport report, String name) static Objectstatic ObjectStiTotals.cLastRunning(Object data, StiReport report, String name) static voidStiScriptHelper.clearCache(StiReport report) static voidStiScriptHelper.clearTokensCache(StiReport report) static voidStiScriptHelper.clearTypesCache(StiReport report) static BigDecimalstatic doublestatic Datestatic doubleStiTotals.cMaxDRunning(Object data, StiReport report, String name) static longstatic longStiTotals.cMaxIRunning(Object data, StiReport report, String name) static BigDecimalStiTotals.cMaxRunning(Object data, StiReport report, String name) static Stringstatic Calendarstatic BigDecimalstatic doublestatic doubleStiTotals.cMedianDRunning(Object data, StiReport report, String name) static longstatic longStiTotals.cMedianIRunning(Object data, StiReport report, String name) static BigDecimalStiTotals.cMedianRunning(Object data, StiReport report, String name) static BigDecimalstatic doublestatic Datestatic doubleStiTotals.cMinDRunning(Object data, StiReport report, String name) static longstatic longStiTotals.cMinIRunning(Object data, StiReport report, String name) static BigDecimalStiTotals.cMinRunning(Object data, StiReport report, String name) static Stringstatic Calendarstatic BigDecimalstatic doublestatic doubleStiTotals.cModeDRunning(Object data, StiReport report, String name) static longstatic longStiTotals.cModeIRunning(Object data, StiReport report, String name) static BigDecimalStiTotals.cModeRunning(Object data, StiReport report, String name) static StringStiNameValidator.correctName(String str, boolean checkKeywords, StiReport report) static StringStiNameValidator.correctName(String str, boolean checkKeywords, StiReport report, boolean isDataExpression) Replaces incorrect symbols in the string on the symbol '_'.static StringStiNameValidator.correctName(String str, StiReport report) static longstatic longStiTotals.CountDistinct(Object data, StiReport report, String name) static longStiTotals.CountDistinctAllLevels(Object data, StiReport report, String name) static longStiTotals.CountDistinctAllLevelsOnlyChilds(Object data, StiReport report, String name) static longStiTotals.CountDistinctOnlyChilds(Object data, StiReport report, String name) static StringStiNameCreation.createName(StiReport report, String baseName) Creates a name from the base name which is correct for the report.static StringStiNameCreation.createName(StiReport report, String baseName, boolean addOne, boolean removeIncorrectSymbols) static StringStiNameCreation.createName(StiReport report, String baseName, boolean addOne, boolean removeIncorrectSymbols, boolean forceAdvancedNamingRule) Creates a name from the base name which is correct for the report.static StringStiNameCreation.createRelationName(StiReport report, StiDataRelation dataRelation, String baseName) static StringStiNameCreation.createResourceName(StiReport report, String baseName) static StringStiNameCreation.createSimpleName(StiReport report, String baseName) static BigDecimalstatic doublestatic doubleStiTotals.cSumDRunning(Object data, StiReport report, String name) static longstatic longStiTotals.cSumIRunning(Object data, StiReport report, String name) static BigDecimalStiTotals.cSumRunning(Object data, StiReport report, String name) static Calendarstatic booleanStiTotals.existMethod(StiReport report, String name) static voidStiExportManager.exportCsv(StiReport report, StiCsvExportSettings settings, OutputStream stream) static voidStiExportManager.exportCsv(StiReport report, OutputStream stream) static voidStiExportManager.exportExcel(StiReport report, StiExcelExportSettings settings, OutputStream stream) static voidStiExportManager.exportExcel(StiReport report, OutputStream stream) static voidStiExportManager.exportExcel2007(StiReport report, StiExcel2007ExportSettings settings, OutputStream stream) Deprecated.static voidStiExportManager.exportExcel2007(StiReport report, OutputStream stream) Deprecated.static voidStiExportManager.exportExcelBiff(StiReport report, StiExcelExportSettings settings, OutputStream stream) static voidStiExportManager.exportExcelBiff(StiReport report, OutputStream stream) static voidStiExportManager.exportExcelXml(StiReport report, StiExcelXmlExportSettings settings, OutputStream stream) static voidStiExportManager.exportExcelXml(StiReport report, OutputStream stream) static voidStiExportManager.exportHtml(StiReport report, StiHtmlExportSettings settings, OutputStream stream) static voidStiExportManager.exportHtml(StiReport report, OutputStream stream) static voidStiExportManager.exportImageBmp(StiReport report, StiBmpExportSettings settings, OutputStream stream) static voidStiExportManager.exportImageBmp(StiReport report, OutputStream stream) static voidStiExportManager.exportImageJpeg(StiReport report, StiJpegExportSettings settings, OutputStream stream) static voidStiExportManager.exportImageJpeg(StiReport report, OutputStream stream) static voidStiExportManager.exportImagePcx(StiReport report, StiPcxExportSettings settings, OutputStream stream) static voidStiExportManager.exportImagePcx(StiReport report, OutputStream stream) static voidStiExportManager.exportImagePng(StiReport report, StiPngExportSettings settings, OutputStream stream) static voidStiExportManager.exportImagePng(StiReport report, OutputStream stream) static voidStiExportManager.exportImageSvg(StiReport report, StiSvgExportSettings settings, OutputStream stream) static voidStiExportManager.exportImageSvg(StiReport report, OutputStream stream) static voidStiExportManager.exportImageSvgz(StiReport report, StiSvgzExportSettings settings, OutputStream stream) static voidStiExportManager.exportImageSvgz(StiReport report, OutputStream stream) static voidStiExportManager.exportOds(StiReport report, StiOdsExportSettings settings, OutputStream stream) static voidStiExportManager.exportOds(StiReport report, OutputStream stream) static voidStiExportManager.exportOdt(StiReport report, StiOdtExportSettings settings, OutputStream stream) static voidStiExportManager.exportOdt(StiReport report, OutputStream stream) static voidStiExportManager.exportPdf(StiReport report, StiPdfExportSettings settings, OutputStream stream) static voidStiExportManager.exportPdf(StiReport report, OutputStream stream) static voidStiExportManager.exportPowerPoint(StiReport report, StiPowerPointExportSettings settings, OutputStream stream) static voidStiExportManager.exportPowerPoint(StiReport report, OutputStream stream) static voidStiExportManager.exportRtf(StiReport report, StiRtfExportSettings settings, OutputStream stream) static voidStiExportManager.exportRtf(StiReport report, OutputStream stream) static voidStiExportManager.exportSylk(StiReport report, StiSylkExportSettings settings, OutputStream stream) static voidStiExportManager.exportSylk(StiReport report, OutputStream stream) static voidStiExportManager.exportText(StiReport report, StiTxtExportSettings settings, OutputStream stream) static voidStiExportManager.exportText(StiReport report, OutputStream stream) static voidStiExportManager.exportWord(StiReport report, StiWordExportSettings settings, OutputStream stream) static voidStiExportManager.exportWord(StiReport report, OutputStream stream) static voidStiExportManager.exportWord2007(StiReport report, StiWordExportSettings settings, OutputStream stream) Deprecated.Use exportWord()static voidStiExportManager.exportWord2007(StiReport report, OutputStream stream) Deprecated.Use exportWord()static voidStiExportManager.exportXml(StiReport report, StiXmlExportSettings settings, OutputStream stream) static voidStiExportManager.exportXml(StiReport report, OutputStream stream) static voidStiExportManager.exportXps(StiReport report, StiXpsExportSettings settings, OutputStream stream) static voidStiExportManager.exportXps(StiReport report, OutputStream stream) static Objectstatic ObjectStiTotals.FirstAllLevels(Object data, StiReport report, String name) static ObjectStiTotals.FirstAllLevelsOnlyChilds(Object data, StiReport report, String name) static ObjectStiTotals.FirstOnlyChilds(Object data, StiReport report, String name) static StringStiNameCreation.generateName(StiReport report, String localizedName, Class<?> type) Returns a name of the component.static StringStiNameCreation.generateName(StiReport report, String localizedName, String name) Returns a name of the component.static Methodstatic ObjectStiNameCreation.getObjectWithName(Object checkedObject, StiReport report, String name) static StringStiSystemVariableLocHelper.getPageNofM(StiReport report) static StringStiSystemVariableLocHelper.getPageNofMThrough(StiReport report) static voidStiBlocklyHelper.invokeBlockly(StiReport report, Object sender, StiEvent stiEvent) static voidStiBlocklyHelper.invokeBlockly(StiReport report, Object sender, StiEvent stiEvent, EventArgs e) static ObjectStiScriptHelper.invokeEventScript(StiReport report, Object sender, StiEvent ev) static ObjectStiScriptHelper.invokeEventScript(StiReport report, Object sender, StiEvent ev, EventArgs args) static ObjectStiScriptHelper.invokeScript(StiReport report, String script) static Objectstatic ObjectStiScriptHelper.invokeScript(StiReport report, String script, HashMap<String, Object> arguments, StiCSharpScriptParserOptions options) static ObjectStiBlocklyHelper.invokeUserFunctionBlockly(StiReport report, StiUserFunction function, Map<String, Object> arguments) static ObjectStiBlocklyHelper.invokeUserFunctionBlocklyInCompilationMode(StiReport report, String script, HashMap<String, Object> arguments) static booleanStiScriptHelper.isAllowScriptsToRun(StiReport report) static booleanStiScriptHelper.isEventScript(StiReport report, StiEvent ev) static booleanstatic booleanStiNameCreation.isRelationExists(StiReport report, StiDataRelation dataRelation, String name) static booleanStiNameCreation.isResourceNameExists(StiReport report, String name) static booleanStiScriptHelper.isScriptInExpression(String expression, StiReport report) static booleanStiScriptHelper.isScriptInExpression(String expression, StiReport report, boolean checkBraces) static booleanStiNameCreation.isValidName(StiReport report, String name) Checks whether the name of the report is correct.static Objectstatic ObjectStiTotals.LastAllLevels(Object data, StiReport report, String name) static ObjectStiTotals.LastAllLevelsOnlyChilds(Object data, StiReport report, String name) static ObjectStiTotals.LastOnlyChilds(Object data, StiReport report, String name) static BigDecimalstatic BigDecimalStiTotals.MaxAllLevels(Object data, StiReport report, String name) static BigDecimalStiTotals.MaxAllLevelsOnlyChilds(Object data, StiReport report, String name) static doublestatic doubleStiTotals.MaxDAllLevels(Object data, StiReport report, String name) static doubleStiTotals.MaxDAllLevelsOnlyChilds(Object data, StiReport report, String name) static Datestatic DateStiTotals.MaxDateAllLevels(Object data, StiReport report, String name) static DateStiTotals.MaxDateAllLevelsOnlyChilds(Object data, StiReport report, String name) static DateStiTotals.MaxDateOnlyChilds(Object data, StiReport report, String name) static doubleStiTotals.MaxDOnlyChilds(Object data, StiReport report, String name) static longstatic longStiTotals.MaxIAllLevels(Object data, StiReport report, String name) static longStiTotals.MaxIAllLevelsOnlyChilds(Object data, StiReport report, String name) static longStiTotals.MaxIOnlyChilds(Object data, StiReport report, String name) static BigDecimalStiTotals.MaxOnlyChilds(Object data, StiReport report, String name) static Stringstatic StringStiTotals.MaxStrAllLevels(Object data, StiReport report, String name) static StringStiTotals.MaxStrAllLevelsOnlyChilds(Object data, StiReport report, String name) static StringStiTotals.MaxStrOnlyChilds(Object data, StiReport report, String name) static Calendarstatic CalendarStiTotals.MaxTimeAllLevels(Object data, StiReport report, String name) static CalendarStiTotals.MaxTimeAllLevelsOnlyChilds(Object data, StiReport report, String name) static CalendarStiTotals.MaxTimeOnlyChilds(Object data, StiReport report, String name) static BigDecimalstatic BigDecimalStiTotals.MedianAllLevels(Object data, StiReport report, String name) static BigDecimalStiTotals.MedianAllLevelsOnlyChilds(Object data, StiReport report, String name) static doublestatic doubleStiTotals.MedianDAllLevels(Object data, StiReport report, String name) static doubleStiTotals.MedianDAllLevelsOnlyChilds(Object data, StiReport report, String name) static doubleStiTotals.MedianDOnlyChilds(Object data, StiReport report, String name) static longstatic longStiTotals.MedianIAllLevels(Object data, StiReport report, String name) static longStiTotals.MedianIAllLevelsOnlyChilds(Object data, StiReport report, String name) static longStiTotals.MedianIOnlyChilds(Object data, StiReport report, String name) static BigDecimalStiTotals.MedianOnlyChilds(Object data, StiReport report, String name) static BigDecimalstatic BigDecimalStiTotals.MinAllLevels(Object data, StiReport report, String name) static BigDecimalStiTotals.MinAllLevelsOnlyChilds(Object data, StiReport report, String name) static doublestatic doubleStiTotals.MinDAllLevels(Object data, StiReport report, String name) static doubleStiTotals.MinDAllLevelsOnlyChilds(Object data, StiReport report, String name) static Datestatic DateStiTotals.MinDateAllLevels(Object data, StiReport report, String name) static DateStiTotals.MinDateAllLevelsOnlyChilds(Object data, StiReport report, String name) static DateStiTotals.MinDateOnlyChilds(Object data, StiReport report, String name) static doubleStiTotals.MinDOnlyChilds(Object data, StiReport report, String name) static longstatic longStiTotals.MinIAllLevels(Object data, StiReport report, String name) static longStiTotals.MinIAllLevelsOnlyChilds(Object data, StiReport report, String name) static longStiTotals.MinIOnlyChilds(Object data, StiReport report, String name) static BigDecimalStiTotals.MinOnlyChilds(Object data, StiReport report, String name) static Stringstatic StringStiTotals.MinStrAllLevels(Object data, StiReport report, String name) static StringStiTotals.MinStrAllLevelsOnlyChilds(Object data, StiReport report, String name) static StringStiTotals.MinStrOnlyChilds(Object data, StiReport report, String name) static Calendarstatic CalendarStiTotals.MinTimeAllLevels(Object data, StiReport report, String name) static CalendarStiTotals.MinTimeAllLevelsOnlyChilds(Object data, StiReport report, String name) static CalendarStiTotals.MinTimeOnlyChilds(Object data, StiReport report, String name) static BigDecimalstatic BigDecimalStiTotals.ModeAllLevels(Object data, StiReport report, String name) static BigDecimalStiTotals.ModeAllLevelsOnlyChilds(Object data, StiReport report, String name) static doublestatic doubleStiTotals.ModeDAllLevels(Object data, StiReport report, String name) static doubleStiTotals.ModeDAllLevelsOnlyChilds(Object data, StiReport report, String name) static doubleStiTotals.ModeDOnlyChilds(Object data, StiReport report, String name) static longstatic longStiTotals.ModeIAllLevels(Object data, StiReport report, String name) static longStiTotals.ModeIAllLevelsOnlyChilds(Object data, StiReport report, String name) static longStiTotals.ModeIOnlyChilds(Object data, StiReport report, String name) static BigDecimalStiTotals.ModeOnlyChilds(Object data, StiReport report, String name) static StringStiReportParser.parse(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static booleanStiReportParser.parseBool(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression, boolean throwException) static StiDateTimeStiReportParser.parseDateTime(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static BigDecimalStiReportParser.parseDecimal(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static doubleStiReportParser.parseDouble(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static longStiReportParser.parseLong(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static StiTimeSpanStiReportParser.parseTimeSpan(String expression, StiReport report, boolean allowCache, Map<String, Object> constants, boolean allowDataLoading, boolean onlyExpression) static voidStiSerializeManager.serializeDocument(StiReport report, File file) static voidStiSerializeManager.serializeDocument(StiReport report, File file, boolean formatOutput) static voidStiSerializeManager.serializeDocument(StiReport report, OutputStream outputStream) static voidStiSerializeManager.serializeDocument(StiReport report, OutputStream outputStream, boolean formatOutput) static voidStiSerializeManager.serializeDocument(StiReport report, String isDocument, OutputStream outputStream) static voidStiSerializeManager.serializeDocumentToJson(StiReport report, OutputStream outputStream) static voidStiSerializeManager.serializeReport(StiReport report, OutputStream outputStream) static voidStiSerializeManager.serializeReport(StiReport report, OutputStream outputStream, boolean formatOutput) static voidStiSerializeManager.serializeReport(StiReport report, OutputStream stream, String password) Serialize report with passwordStiSerializeManager.serializeReport2(StiReport report, OutputStream outputStream) StiSerializeManager.serializeReport2(StiReport report, OutputStream outputStream, boolean formatOutput, boolean enhanced) static voidStiSerializeManager.serializeReportToJson(StiReport report, OutputStream outputStream) static voidStiSerializeManager.serializeReportToJson(StiReport report, OutputStream stream, String password) Serialize report with password to JSONvoidStiReport.setCompiledReport(StiReport compiledReport) final voidStiReport.setParentReport(StiReport value) final voidStiRuntimeVariables.SetVariables(StiReport report) Sets runtime-variables to the specified report.static BigDecimalstatic BigDecimalStiTotals.SumAllLevels(Object data, StiReport report, String name) static BigDecimalStiTotals.SumAllLevelsByCondition(Object data, StiReport report, String name, StiFilterCondition filterCondition, BigDecimal value1, BigDecimal value2) static BigDecimalStiTotals.SumAllLevelsOnlyChilds(Object data, StiReport report, String name) static doublestatic doubleStiTotals.SumDAllLevels(Object data, StiReport report, String name) static doubleStiTotals.SumDAllLevelsOnlyChilds(Object data, StiReport report, String name) static BigDecimalStiTotals.SumDistinct(Object data, StiReport report, String name) static BigDecimalStiTotals.SumDistinct(Object data, StiReport report, String name, String name2) static doubleStiTotals.SumDOnlyChilds(Object data, StiReport report, String name) static longstatic longStiTotals.SumIAllLevels(Object data, StiReport report, String name) static longStiTotals.SumIAllLevelsOnlyChilds(Object data, StiReport report, String name) static longStiTotals.SumIOnlyChilds(Object data, StiReport report, String name) static BigDecimalStiTotals.SumNullable(Object data, StiReport report, String name) static BigDecimalStiTotals.SumOnlyChilds(Object data, StiReport report, String name) static Calendarstatic CalendarStiTotals.SumTimeAllLevels(Object data, StiReport report, String name) static CalendarStiTotals.SumTimeAllLevelsOnlyChilds(Object data, StiReport report, String name) static CalendarStiTotals.SumTimeOnlyChilds(Object data, StiReport report, String name) Method parameters in com.stimulsoft.report with type arguments of type StiReportConstructors in com.stimulsoft.report with parameters of type StiReportModifierConstructorDescriptionStiRuntimeVariables(StiReport report) Creates a new instance of the StiRuntimeVariables class. -
Uses of StiReport in com.stimulsoft.report.barCodes
Methods in com.stimulsoft.report.barCodes with parameters of type StiReportModifier and TypeMethodDescriptionprotected voidStiBarCodeTypeService.baseDrawImage(StiGraphics context, String imageStr, BufferedImage image, StiReport report, double x, double y, double width, double height, double zoom) -
Uses of StiReport in com.stimulsoft.report.chart
Methods in com.stimulsoft.report.chart with parameters of type StiReportModifier and TypeMethodDescriptionstatic ObjectStiChartHelper.GetFilterData(StiReport report, StiChartFilter filter, String filterMethodName) -
Uses of StiReport in com.stimulsoft.report.chart.view.series
Methods in com.stimulsoft.report.chart.view.series that return StiReport -
Uses of StiReport in com.stimulsoft.report.check
Methods in com.stimulsoft.report.check with parameters of type StiReportModifier and TypeMethodDescriptionvoidStiCheckHelper.buildChecks(StiReport report) voidStiCheckHelper.buildReportRenderingMessages(StiReport report) StiCheckEngine.checkReport(StiReport report) abstract ObjectStiCheck.processCheck(StiReport report, Object obj) -
Uses of StiReport in com.stimulsoft.report.check.actions
Methods in com.stimulsoft.report.check.actions with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.check.actions.component
Methods in com.stimulsoft.report.check.actions.component with parameters of type StiReportModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidStiCanGrowGrowToHeightComponentInContainerAction.invoke(StiReport report, Object element, String elementName) voidvoidStiColumnsWidthGreaterContainerWidthAction.invoke(StiReport report, Object element, String elementName) voidStiComponentStyleIsNotFoundAtComponentAction.invoke(StiReport report, Object element, String elementName) voidvoidvoidvoidvoidvoidvoidvoidvoidvoidStiMoveComponentToPrintablePageAreaAction.invoke(StiReport report, Object element, String elementName) voidvoidvoidvoidvoid -
Uses of StiReport in com.stimulsoft.report.check.actions.connection
Methods in com.stimulsoft.report.check.actions.connection with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.check.actions.datarelation
Methods in com.stimulsoft.report.check.actions.datarelation with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.check.actions.datasource
Methods in com.stimulsoft.report.check.actions.datasource with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.check.actions.page
Methods in com.stimulsoft.report.check.actions.page with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.check.actions.report
Methods in com.stimulsoft.report.check.actions.report with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.check.component
Methods in com.stimulsoft.report.check.component with parameters of type StiReportModifier and TypeMethodDescriptionStiAllowHtmlTagsInTextCheck.processCheck(StiReport report, Object obj) StiBigSizeOfTheImageCheck.processCheck(StiReport report, Object obj) StiCanGrowComponentInContainerCheck.processCheck(StiReport report, Object obj) StiCanGrowGrowToHeightComponentInContainerCheck.processCheck(StiReport report, Object obj) StiCanGrowWordWrapTextAndWysiwygCheck.processCheck(StiReport report, Object obj) StiColumnsWidthGreaterContainerWidthCheck.processCheck(StiReport report, Object obj) StiComponentBoundsAreOutOfBand.processCheck(StiReport report, Object obj) StiComponentDataColumnCheck.processCheck(StiReport report, Object obj) StiComponentExpressionCheck.processCheck(StiReport report, Object obj) StiComponentStyleIsNotFoundAtComponentCheck.processCheck(StiReport report, Object obj) StiContainerInEngineV2Check.processCheck(StiReport report, Object obj) StiContourTextObsoleteCheck.processCheck(StiReport report, Object obj) StiCorruptedCrossLinePrimitiveCheck.processCheck(StiReport report, Object obj) StiCountDataDataSourceAtDataBandCheck.processCheck(StiReport report, Object obj) StiCrossGroupHeaderNotEqualToCrossGroupFooterOnContainerCheck.processCheck(StiReport report, Object obj) StiDataSourcesForImageCheck.processCheck(StiReport report, Object obj) StiFontMissingCheck.processCheck(StiReport report, Object obj) StiGroupHeaderNotEqualToGroupFooterOnContainerCheck.processCheck(StiReport report, Object obj) StiGrowToHeightOverlappingCheck.processCheck(StiReport report, Object obj) StiLocationOutsidePageCheck.processCheck(StiReport report, Object obj) StiMinRowsInColumnsCheck.processCheck(StiReport report, Object obj) StiNegativeSizesOfComponentsCheck.processCheck(StiReport report, Object obj) StiNoConditionAtGroupCheck.processCheck(StiReport report, Object obj) StiNoNameComponentCheck.processCheck(StiReport report, Object obj) StiPanelInEngineV1Check.processCheck(StiReport report, Object obj) StiPrintOnDoublePassCheck.processCheck(StiReport report, Object obj) StiPropertiesOnlyEngineV1Check.processCheck(StiReport report, Object obj) StiPropertiesOnlyEngineV2Check.processCheck(StiReport report, Object obj) StiShowInsteadNullValuesCheck.processCheck(StiReport report, Object obj) StiSystemTextObsoleteCheck.processCheck(StiReport report, Object obj) StiTextColorEqualToBackColorCheck.processCheck(StiReport report, Object obj) StiUndefinedComponentCheck.processCheck(StiReport report, Object obj) StiVerySmallSizesOfComponentsCheck.processCheck(StiReport report, Object obj) StiWidthHeightZeroComponentCheck.processCheck(StiReport report, Object obj) StiWordWrapCanGrowTextDoesNotFitCheck.processCheck(StiReport report, Object obj) -
Uses of StiReport in com.stimulsoft.report.check.connection
Methods in com.stimulsoft.report.check.connection with parameters of type StiReportModifier and TypeMethodDescriptionStiUndefinedConnectionCheck.processCheck(StiReport report, Object obj) -
Uses of StiReport in com.stimulsoft.report.check.datarelation
Methods in com.stimulsoft.report.check.datarelation with parameters of type StiReportModifier and TypeMethodDescriptionStiDifferentAmountOfKeysInDataRelationCheck.processCheck(StiReport report, Object obj) StiKeysInAbsentDataRelationCheck.processCheck(StiReport report, Object obj) StiKeysNotFoundRelationCheck.processCheck(StiReport report, Object obj) StiKeysTypesMismatchDataRelationCheck.processCheck(StiReport report, Object obj) StiNoNameDataRelationCheck.processCheck(StiReport report, Object obj) StiNoNameInSourceDataRelationCheck.processCheck(StiReport report, Object obj) StiSourcesInAbsentDataRelationCheck.processCheck(StiReport report, Object obj) -
Uses of StiReport in com.stimulsoft.report.check.datasource
Methods in com.stimulsoft.report.check.datasource with parameters of type StiReportModifier and TypeMethodDescriptionStiNoNameDataSourceCheck.processCheck(StiReport report, Object obj) StiNoNameInSourceDataSourceCheck.processCheck(StiReport report, Object obj) StiUndefinedDataSourceCheck.processCheck(StiReport report, Object obj) -
Uses of StiReport in com.stimulsoft.report.check.helper
Methods in com.stimulsoft.report.check.helper with parameters of type StiReportModifier and TypeMethodDescriptionstatic List<StiComponent> StiUsedResourceHelper.getComponentsUsedResource(StiReport report, StiResource resource) static 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 StiReportModifier and TypeMethodDescriptionStiBigSizeOfTheImageAtWatermarkCheck.processCheck(StiReport report, Object obj) StiColumnsWidthGreaterPageWidthCheck.processCheck(StiReport report, Object obj) StiComponentStyleIsNotFoundAtPageCheck.processCheck(StiReport report, Object obj) StiCrossGroupHeaderNotEqualToCrossGroupFooterOnPageCheck.processCheck(StiReport report, Object obj) StiGroupHeaderNotEqualToGroupFooterOnPageCheck.processCheck(StiReport report, Object obj) StiLargeHeightAtPageCheck.processCheck(StiReport report, Object obj) StiLostPointsOnPageCheck.processCheck(StiReport report, Object obj) StiNoNamePageCheck.processCheck(StiReport report, Object obj) StiOrientationPageCheck.processCheck(StiReport report, Object obj) StiPrintHeadersAndFootersFromPreviousPageCheck.processCheck(StiReport report, Object obj) StiPrintOnPreviousPageCheck.processCheck(StiReport report, Object obj) StiPrintOnPreviousPageCheck2.processCheck(StiReport report, Object obj) StiResetPageNumberCheck.processCheck(StiReport report, Object obj) -
Uses of StiReport in com.stimulsoft.report.check.report
Methods in com.stimulsoft.report.check.report with parameters of type StiReportModifier and TypeMethodDescriptionStiDuplicatedNameCheck.processCheck(StiReport report, Object obj) StiDuplicatedNameInSourceInDataRelationReportCheck.processCheck(StiReport report, Object obj) StiIsFirstPageIsLastPageDoublePassCheck.processCheck(StiReport report, Object obj) StiIsFirstPassIsSecondPassCheck.processCheck(StiReport report, Object obj) StiReportRenderingMessageCheck.processCheck(StiReport report, Object msg) StiScriptErrorCheck.processCheck(StiReport report, Object obj) StiTotalPageCountDoublePassCheck.processCheck(StiReport report, Object obj) -
Uses of StiReport in com.stimulsoft.report.components
Methods in com.stimulsoft.report.components that return StiReportModifier and TypeMethodDescriptionStiComponent.getReport()gets or sets the report in which the component is located.StiInteraction.getReport()StiPage.getReport()Gets or sets the report in which the page is located.StiPagesCollection.getReport()Methods in com.stimulsoft.report.components with parameters of type StiReportModifier and TypeMethodDescriptionvoidStiPagesCollection.fillReport(StiReport report) StiWatermark.getBufferedImage(StiReport report, StiRectangle rect) StiWatermark.getBufferedImage(StiReport report, StiRectangle rect, StiRefObject<byte[]> imgBytes) voidvoidDeprecated.voidvoidConstructors in com.stimulsoft.report.components with parameters of type StiReportModifierConstructorDescriptionCreates 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 StiReportModifier and TypeMethodDescriptionStiSubReport.getExternalSubReport()protected StiReportStiSubReport.getSubReportFromFile(String file) protected StiReportStiSubReport.getSubReportFromUrl(String url) -
Uses of StiReport in com.stimulsoft.report.components.simplecomponents
Methods in com.stimulsoft.report.components.simplecomponents with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.crossTab.core
Methods in com.stimulsoft.report.crossTab.core that return StiReportMethods in com.stimulsoft.report.crossTab.core with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.design
Methods in com.stimulsoft.report.design that return StiReportModifier and TypeMethodDescriptionfinal StiReportStiDesignerInfo.getReport()Gets or sets the report to which these parameters belong.Methods in com.stimulsoft.report.design with parameters of type StiReportConstructors in com.stimulsoft.report.design with parameters of type StiReportModifierConstructorDescriptionStiDesignerInfo(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 -
Uses of StiReport in com.stimulsoft.report.dictionary
Methods in com.stimulsoft.report.dictionary that return StiReportModifier and TypeMethodDescriptionfinal StiReportStiDictionary.getReport()Gets or sets report in which given dictionary is placed.Methods in com.stimulsoft.report.dictionary with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidStiDictionary.DoAutoSynchronize(StiReport report) Synchronizes DataStore and Dictionary.static List<StiVariable> StiVariableAsParameterHelper.fetchAll(String query, List<StiDataParameter> parameters, StiReport report) StiSystemVariablesHelper.getSystemVariables(StiReport report) voidStiDialogInfo.LoadFromJsonObject(JSONObject jObject, StiReport report) voidStiVariable.LoadFromJsonObjectEx(JSONObject jObject, StiReport report) voidStiVariablesCollection.LoadFromJsonObjectEx(JSONObject jObject, StiReport report) static voidStiDataRelationSetName.setName(StiDataRelation dataRelation, StiReport report, String name) Sets a name and alias of relation.final voidStiValidationSettings.validate(Object value, StiSystemTypeEnum type, StiReport report, StiVariable variable) static booleanStiValidationHelper.validateNumericRange(Object value, Object min, Object max, StiReport report, StiRefObject<String> error) static booleanStiValidationHelper.validateRangeString(Object value, Object min, Object max, String message, StiValidationLevel level, StiReport report, StiRefObject<StiValidationResult> result) Constructors in com.stimulsoft.report.dictionary with parameters of type StiReportModifierConstructorDescriptionStiDictionary(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 StiReportModifier and TypeMethodDescriptionstatic StiBusinessObjectStiBusinessObjectHelper.getBusinessObjectFromGuid(StiReport report, String businessObjectGuid) -
Uses of StiReport in com.stimulsoft.report.dictionary.databases
Methods in com.stimulsoft.report.dictionary.databases with parameters of type StiReportModifier and TypeMethodDescriptionvoidStiCassandraDatabase.applyDatabaseInformation(StiDatabaseInformation information, StiReport report, StiDatabaseInformation informationAll) voidStiDatabase.applyDatabaseInformation(StiDatabaseInformation info, StiReport report, StiDatabaseInformation allInfo) voidStiFileDatabase.applyDatabaseInformation(StiDatabaseInformation information, StiReport report, StiDatabaseInformation informationAll) voidStiJDBCDatabase.applyDatabaseInformation(StiDatabaseInformation information, StiReport report, StiDatabaseInformation informationAll) voidStiCassandraDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiCsvDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiDatabase.connect(StiDataStoreSource source, StiReport report) abstract voidStiDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiDatabaseEmpty.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiExcelDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiJDBCDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiJsonDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiXmlDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) voidStiJsonDatabase.fillTable(StiDataStoreSource source, StiReport report) StiCassandraDatabase.getDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) StiCsvDatabase.getDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) StiDatabase.getDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) StiExcelDatabase.getDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) StiJDBCDatabase.getDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) StiJsonDatabase.getDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) StiXmlDatabase.getDatabaseInformation(Connection con, StiAbstractAdapter adapter, StiReport report) StiDbUserDatabase.getDataInputStream(StiReport report, StiRefObject<String> name) StiFileDatabase.getDataInputStream(StiReport report) StiFileDatabase.getDataInputStream(StiReport report, StiRefObject<String> name) StiJsonDatabase.getJSONObject(StiReport report) StiXmlDatabase.getSchemaInputStream(StiReport report) voidStiResourcesCollection.LoadFromJsonObjectEx(JSONObject jObject, StiReport report) protected String -
Uses of StiReport in com.stimulsoft.report.dictionary.dataSources
Methods in com.stimulsoft.report.dictionary.dataSources with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.dictionary.functions
Methods in com.stimulsoft.report.dictionary.functions with parameters of type StiReportModifier and TypeMethodDescriptionstatic IStiAppFunction[]StiFunctions.getFunctions(StiReport report, String functionName, boolean isCompile) Returns array of functions with spefified name. -
Uses of StiReport in com.stimulsoft.report.dictionary.userFunction.helpers
Methods in com.stimulsoft.report.dictionary.userFunction.helpers with parameters of type StiReportModifier and TypeMethodDescriptionstatic ObjectStiUserFunctionHelper.invokeFunction(StiUserFunction function, StiReport report, Object[] arguments) -
Uses of StiReport in com.stimulsoft.report.engine
Methods in com.stimulsoft.report.engine that return StiReportModifier and TypeMethodDescriptionIStiReportProperty.getReport()Gets or sets the report in which the component is located.Methods in com.stimulsoft.report.engine with parameters of type StiReportModifier and TypeMethodDescriptionstatic StiBaseStyleStiOddEvenStylesHelper.applyOddEvenStyles(StiReport report, IStiOddEvenStyles styles, StiContainer cont) Applies OddStyle and EvenStyle to the specified container that is formed on the base of a band that realizes the IStiOddEvenStyles interface.static booleanStiVariableHelper.fillItemsOfVariable(StiVariable variable, StiReport report, StiRefObject<Boolean> modified) static booleanStiVariableHelper.fillItemsOfVariable(StiVariable variable, StiReport report, StiRefObject<Boolean> modified, Boolean modeItems) static booleanStiVariableHelper.FillItemsOfVariables(StiReport report) static booleanStiVariableHelper.FillItemsOfVariables(StiReport report, Boolean modeItems) static voidStiVariableHelper.filter(StiReport report, StiDialogInfo info, StiRefObject<Object[]> keys, StiRefObject<Object[]> values, StiRefObject<Object[]> valuesBinding, StiRefObject<Boolean[]> checkedStates) static StringStiVariableHelper.getVariableLabel(StiReport report, String variableName) static voidStiVariableHelper.setDefaultValueForRequestFromUserVariables(StiReport report, boolean haveVars, boolean allowParseQuery, boolean isConnectToDataV2) static voidStiVariableHelper.setDefaultValueForRequestFromUserVariablesIfUserItems(StiReport report) static voidStiVariableHelper.setVariableLabel(StiReport report, StiVariable variable, String label) -
Uses of StiReport in com.stimulsoft.report.engine.engineV2
Fields in com.stimulsoft.report.engine.engineV2 declared as StiReportMethods in com.stimulsoft.report.engine.engineV2 that return StiReportModifier and TypeMethodDescriptionfinal StiReportStiEngine.getMasterReport()Gets or sets a master report that is being rendered in the current moment.final StiReportStiEngine.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 StiReportModifier and TypeMethodDescriptionstatic voidStiRenderProviderV2.ClearPagesForFirstPass(StiReport report) static voidStiRenderProviderV2.ClearPagesWhichLessThenFromPageAndGreaterThenToPage(StiReport report, StiRenderState state) final StiEngineStiThreads.CreateContainerEngine(String destinationName, StiReport report, StiEngine masterEngine, int indexOfStartRenderedPages) Creates a new engine sample to output in the specified container.static Stringstatic Stringstatic booleanStiRenderProviderV2.isFirstPage(StiReport report, StiPage page) static booleanStiRenderProviderV2.isLastPage(StiReport report, StiPage page) static voidStiRenderProviderV2.ProcessPageToCache(StiReport report, StiPage page, boolean isFinal) static voidStiRenderProviderV2.Render(StiReport report, StiRenderState state) Render the report.final voidStiEngine.setMasterReport(StiReport value) final voidConstructors in com.stimulsoft.report.engine.engineV2 with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.engine.engineV2.builders
Methods in com.stimulsoft.report.engine.engineV2.builders with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidStiTableOfContentsV2Builder.postProcessTableOfContents(StiReport report) static voidStiReportV2Builder.RenderSingleReport(StiReport masterReport, StiRenderState renderState) static voidStiReportV2Builder.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 StiReportModifier and TypeMethodDescriptionstatic ObjectStiCallFunction.callFunc(Integer typeInt, List argsList, StiReport report, StiParser parser, StiAsmCommand command) static StringStiParser.parseTextValue(StiReport report, String expression) static voidStiParser.prepareReportVariables(StiReport report) static ObjectStiParser.prepareVariableValue(StiVariable var, StiReport report, StiText textBox) static ObjectStiParser.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 StiReportModifier and TypeMethodDescriptionfinal StiReportStiGetDrillDownReportEventArgs.getReport()Gets or sets the report for Drill-Down operation.final StiReportStiSendEMailEventArgs.getReport()Gets or sets a report of sending EMail.Methods in com.stimulsoft.report.events with parameters of type StiReportModifier and TypeMethodDescriptionfinal voidfinal voidConstructors in com.stimulsoft.report.events with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.export
Methods in com.stimulsoft.report.export that return StiReportMethods in com.stimulsoft.report.export with parameters of type StiReportConstructors in com.stimulsoft.report.export with parameters of type StiReportModifierConstructorDescriptionStiExportInfo(StiReport report, StiExportSettings settings, OutputStream stream, boolean sendEMail, boolean openAfterExport, String fileName) -
Uses of StiReport in com.stimulsoft.report.export.service
Fields in com.stimulsoft.report.export.service declared as StiReportMethods in com.stimulsoft.report.export.service that return StiReportMethods in com.stimulsoft.report.export.service with parameters of type StiReportModifier and TypeMethodDescriptionvoidStiCsvExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiExcel2007ExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiExcelExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) voidStiExcelXmlExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidabstract voidStiExportService.export(StiReport report, OutputStream outputStream, StiExportSettings settings) ExportStiReportvoidExports a document to the file.voidExports a document to the stream.voidStiHtml5ExportService.export(StiReport report, OutputStream outputStream, StiExportSettings settings) voidStiHtmlExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiImageExportService.export(StiReport report, OutputStream outputStream, StiExportSettings settings) ExportStiReportvoidStiOdsExportService.export(StiReport report, OutputStream outputStream, StiExportSettings settings) voidStiOdtExportService.export(StiReport report, OutputStream outputStream, StiExportSettings settings) voidStiPdfExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiPpt2007ExportService.export(StiReport report, OutputStream stream, StiExportSettings settings) Exports rendered report to an PowerPoint file.voidStiRtfExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiSylkExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiTxtExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiWord2007ExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiXmlExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiXpsExportService.export(StiReport report, OutputStream outputStream, StiExportSettings exportSettings) ExportStiReportvoidStiCsvExportService.exportCsv(StiReport report, OutputStream outputStream, StiDataExportSettings settings) voidStiExcel2007ExportService.exportExcel(StiReport report, OutputStream outputStream, StiExcelExportSettings settings) Exports rendered report to an Excel file.voidStiExcelExportService.exportExcel(StiReport report, OutputStream outputStream, StiExportSettings settings) voidStiExcelXmlExportService.exportExcel(StiReport report, OutputStream outputStream, StiExcelExportSettings settings) Exports a rendered report to the ExcelXml file.voidStiHtml5ExportService.exportHtml(StiReport report, File file, StiHtml5ExportSettings settings) voidStiHtmlExportService.exportHtml(StiReport report, OutputStream stream, StiHtmlExportSettings settings) Exports a document to the HTML.voidStiHtmlExportService.exportHtmlWithoutEvents(StiReport report, OutputStream stream, StiHtmlExportSettings settings) voidStiImageExportService.exportImage(StiReport report, OutputStream outputStream, StiExportSettings settings) Exports a rendered document to the stream as an image.voidStiOdsExportService.exportOds(StiReport report, OutputStream outputStream, StiOdsExportSettings settings) Exports rendered report to an OdsvoidStiOdsExportService.exportOdsException(StiReport report, OutputStream outputStream, StiOdsExportSettings settings) voidStiOdtExportService.exportOdt(StiReport report, OutputStream outputStream, StiOdtExportSettings settings) Exports rendered report to an OdtvoidStiPdfExportService.exportPdf(StiReport report, OutputStream outputStream, StiPdfExportSettings settings) Exports a rendered report to the pdf file.voidStiPpt2007ExportService.exportPowerPoint(StiReport report, OutputStream stream) Exports rendered report to an PowerPoint file.voidStiPpt2007ExportService.exportPowerPoint(StiReport report, OutputStream stream, StiPowerPointExportSettings settings) voidStiPpt2007ExportService.exportPowerPoint(StiReport report, OutputStream stream, StiPagesRange pageRange) Exports rendered report to an PowerPoint file.voidStiPpt2007ExportService.exportPowerPointException(StiReport report, OutputStream outputStream, StiPowerPointExportSettings settings) Exports rendered report to an PowerPoint file.voidStiRtfExportService.exportRtf(StiReport report, OutputStream outputStream, StiRtfExportSettings settings) voidStiSylkExportService.exportSylk(StiReport report, OutputStream exportOutputStream, StiDataExportSettings settings) Exports a rendered report to a Sylk file.voidStiTxtExportService.exportTxt(StiReport report, OutputStream outputStream, StiTxtExportSettings settings) Exports a rendered report to the stream in the text file.voidStiWord2007ExportService.exportWord(StiReport report, OutputStream outputStream, StiWordExportSettings settings) Exports rendered report to an Word file.voidStiXmlExportService.exportXml(StiReport report, OutputStream outputStream, StiExportSettings settings) Exports a rendered report to the XML file.voidStiXpsExportService.exportXps(StiReport report, OutputStream outputStream, StiExportSettings settings) protected voidStiExportService.processFile(boolean sendEMail, boolean openAfterExport, String fileName, StiReport report) voidStiExportService.setExportReport(StiReport exportReport) void -
Uses of StiReport in com.stimulsoft.report.export.service.helper
Methods in com.stimulsoft.report.export.service.helper with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidStiSvgHelper.saveToStream(StiReport report, StiPage page, OutputStream outputStream, boolean compressed) Save toOutputStreamstatic voidStiSvgHelper.saveToStream(StiReport report, StiPage page, OutputStream outputStream, boolean compressed, boolean standalone, int clipCounter, StiImageFormat imageFormat, float imageQuality, float imageResolution) Save toOutputStream* @param reportStiReport -
Uses of StiReport in com.stimulsoft.report.export.tools
Methods in com.stimulsoft.report.export.tools with parameters of type StiReportModifier and TypeMethodDescriptionvoidStiBarCodeExportPainter.baseDrawImage(Object context, StiImage image, StiReport report, double x, double y, double width, double height) -
Uses of StiReport in com.stimulsoft.report.export.tools.pdf
Methods in com.stimulsoft.report.export.tools.pdf with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.globalization
Methods in com.stimulsoft.report.globalization with parameters of type StiReportModifier and TypeMethodDescriptionvoidStiGlobalizationContainer.fillItemsFromReport(StiReport report) StiGlobalizationContainer.getAllStringsForReport(StiReport report) Internal use only.voidStiGlobalizationContainer.localizeReport(StiReport report) voidStiGlobalizationContainer.removeUnlocalizedItemsFromReport(StiReport report) voidConstructors in com.stimulsoft.report.globalization with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.report.helpers
Methods in com.stimulsoft.report.helpers with parameters of type StiReportModifier and TypeMethodDescriptionstatic byte[]static StiImagestatic StiResourceStiHyperlinkProcessor.getResource(StiReport report, String resourceName) static StiResourceStiHyperlinkProcessor.getResourceByHyperlink(StiReport report, String hyperlink) static Stringstatic booleanstatic booleanFontVHelper.loadFontsFromResources(StiReport report) static List<StiDataLoaderHelper.Data> StiUniversalDataLoader.loadMutiple(StiReport report, String path, String filter) static StiDataLoaderHelper.DataStiUniversalDataLoader.loadSingle(StiReport report, String path) static StiDataLoaderHelper.Datastatic booleanStiFontIconsExHelper.needToUseStimulsoftFont(StiReport report) static voidFontVHelper.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 StiReportModifier and TypeMethodDescriptionstatic voidStiGaugeHelper.bulletGraphsGreen(StiGauge gauge, StiReport report) static voidStiGaugeHelper.darkSpeedometer(StiGauge gauge, StiReport report) static voidStiGaugeHelper.defaultLinearGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.defaultRadialGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.halfDonutsGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.halfDonutsGauge2(StiGauge gauge, StiReport report) static voidStiGaugeHelper.horizontalThermometer(StiGauge gauge, StiReport report) static voidStiGaugeHelper.lightSpeedometer(StiGauge gauge, StiReport report) static voidStiGaugeHelper.linearGaugeRangeList(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialBarGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeHalfCircleN(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeHalfCircleS(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeQuarterCircleNE(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeQuarterCircleNW(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeQuarterCircleSE(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialGaugeQuarterCircleSW(StiGauge gauge, StiReport report) static voidStiGaugeHelper.radialTwoScalesGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.simpleRadialGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.simpleTwoBarGauge(StiGauge gauge, StiReport report) static voidStiGaugeHelper.verticalThermometer(StiGauge gauge, StiReport report) -
Uses of StiReport in com.stimulsoft.report.options
Methods in com.stimulsoft.report.options with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidEngineOptions.GlobalEvents.InvokeReportCacheCreated(StiReport report, EventArgs empty) -
Uses of StiReport in com.stimulsoft.report.painters.components
Methods in com.stimulsoft.report.painters.components with parameters of type StiReportModifier and TypeMethodDescriptionvoidStiPagePainter.paintImage(StiReport report, StiWatermark watermark, StiGraphics g, StiRectangle rect, Double zoom) Paint image watermarkvoidStiPagePainter.paintTileImage(BufferedImage watermarkImage, StiGraphics g, StiRectangle rect, StiSize imageSize, 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 StiReportModifier and TypeMethodDescriptionstatic voidStiPrintHelper.printJob(PrinterJob printerJob, StiReport report) Print prepared pages with no printing dialogstatic voidStiPrintHelper.printJob(PrinterJob printerJob, StiReport report, Boolean showPrintDialog) Print prepared pages -
Uses of StiReport in com.stimulsoft.report.saveLoad
Methods in com.stimulsoft.report.saveLoad that return StiReportModifier and TypeMethodDescriptionfinal StiReportStiDocument.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 StiReportModifier and TypeMethodDescriptionvoidStiEncryptedDocumentSLService.save(StiReport report, OutputStream stream) voidStiPackedDocumentSLService.save(StiReport report, OutputStream stream) Saves a document in the stream.abstract voidStiSLService.save(StiReport report, OutputStream stream) Saves a document in the stream.voidStiXmlDocumentSLService.save(StiReport report, OutputStream stream) final voidConstructors in com.stimulsoft.report.saveLoad with parameters of type StiReportModifierConstructorDescriptionStiDocument(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 StiReportMethods in com.stimulsoft.report.styles that return StiReportMethods in com.stimulsoft.report.styles with parameters of type StiReportConstructors in com.stimulsoft.report.styles with parameters of type StiReportModifierConstructorDescriptionStiBaseStyle(String name, String description, StiReport report) Creates a new object of the type StiBaseStyle.StiChartStyle(String name, String description, StiReport report) Creates a new object of the type StiChartStyle.StiCrossTabStyle(String name, String description, StiReport report) Creates a new object of the type StiCrossTabStyle.StiDialogStyle(String name, String description, StiReport report) Creates a new object of the type StiStyle.StiGaugeStyle(String name, String description, StiReport report) Creates a new object of the type StiGaugeStyle.StiIndicatorStyle(String name, String description, StiReport report) Creates a new object of the type StiIndicatorStyle.StiMapStyle(String name, String description, StiReport report) Creates a new object of the type StiMapStyle.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 StiReportMethods in com.stimulsoft.samples with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidCreateJdbcReport.collectTables(StiReport report) voidChildDatabase.connect(StiDataStoreSource stiDataStoreSource, StiReport report) voidChildDatabase.connect(StiDataStoreSource stiDataStoreSource, Boolean fillTable, StiReport report) voidParentDatabase.connect(StiDataStoreSource stiDataStoreSource, StiReport report) voidParentDatabase.connect(StiDataStoreSource source, Boolean fillTable, StiReport report) static voidCreateJdbcReport.showReport(StiReport report) -
Uses of StiReport in com.stimulsoft.viewer.controls.dialogs
Constructors in com.stimulsoft.viewer.controls.dialogs with parameters of type StiReportModifierConstructorDescriptionStiFileSaveDialog(StiExportFormat format, StiReport report, String fileName) StiFileSaveDialog(StiExportFormat format, StiReport report, String fileName, String path, List<StiSLService> slServices) -
Uses of StiReport in com.stimulsoft.viewer.logic
Methods in com.stimulsoft.viewer.logic that return StiReport -
Uses of StiReport in com.stimulsoft.viewer.panels
Methods in com.stimulsoft.viewer.panels that return StiReport -
Uses of StiReport in com.stimulsoft.viewer.requestfromuser.range
Constructors in com.stimulsoft.viewer.requestfromuser.range with parameters of type StiReportModifierConstructorDescriptionStiRangeCharItemControl(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 StiReportModifierConstructorDescriptionStiValueDateTimeItemControl(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 StiReportModifier and TypeMethodDescriptionstatic IntegerStiPageNumberHelper.getDisplayPagesCount(StiReport report) static IntegerStiPageNumberHelper.getPageNumberFromDisplayNumber(Integer displayNumber, StiReport report) -
Uses of StiReport in com.stimulsoft.web.classes
Fields in com.stimulsoft.web.classes declared as StiReport -
Uses of StiReport in com.stimulsoft.web.helper
Fields in com.stimulsoft.web.helper declared as StiReportMethods in com.stimulsoft.web.helper that return StiReportModifier and TypeMethodDescriptionstatic StiReportStiReportHelper.applyDrillDown(StiReport report, StiReport renderedReport, HashMap<String, Object> parameters) Apply the parameters for drill-down and build the detailed reportstatic StiReportStiReportHelper.createReportCopy(StiReport report) static StiReportStiReportHelper.getCompiledReport(StiReport report) static StiReportStiCacheHelper.getReport(String guid, StiHttpServletRequest request) Get the report object from cache.StiCacheHelper.getReportInternal(StiRequestParams requestParams, boolean useDrillDownReportSnapshot, StiHttpServletRequest request) StiCacheHelper.getReportInternal(StiRequestParams requestParams, StiHttpServletRequest request) Methods in com.stimulsoft.web.helper with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidStiReportHelper.applyCollapsing(StiReport report, HashMap<String, Object> parameters) static StiReportStiReportHelper.applyDrillDown(StiReport report, StiReport renderedReport, HashMap<String, Object> parameters) Apply the parameters for drill-down and build the detailed reportstatic voidStiEditableFieldsHelper.applyEditableFieldsToReport(StiReport report, Object parameters) static voidStiReportHelper.applyQueryParameters(StiRequestParams requestParams, StiReport report) static voidStiVariablesHelper.applyReportBindingVariables(StiReport report, HashMap<String, Object> values) static voidStiVariablesHelper.applyReportParameters(StiReport report, HashMap<String, HashMap<String, Object>> parameters) Assigning sent by the client parameters to the reportstatic voidStiReportHelper.applySorting(StiReport report, HashMap<String, Object> parameters) Apply the parameters for sorting and rebuild the reportstatic booleanStiEditableFieldsHelper.checkEditableReport(StiReport report) StiExportsHelper.checkExistsReportExportSettings(StiReport report) static StiReportStiReportHelper.createReportCopy(StiReport report) static ByteArrayOutputStreamStiExportsHelper.emailReport(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiMailProperties options, StiHttpServletRequest request) static StiWebActionResultStiExportsHelper.emailReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiMailProperties options, StiHttpServletRequest request) static ByteArrayOutputStreamStiExportsHelper.exportReport(StiRequestParams requestParams, StiReport report, StiExportSettings settings) Exports report to the specified formatstatic StiWebActionResultStiExportsHelper.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings) static voidStiVariablesHelper.fillDialogInfoItems(StiReport report) Filling the list of variables initialized from the database columnsStiReportHelper.getBookmarkPointers(StiReport report, StiBookmark bookmark) static StringStiReportHelper.getBookmarksContent(StiReport report, String viewerId, int pageNumber) static StiReportStiReportHelper.getCompiledReport(StiReport report) static StiDataExportSettingsStiExportsHelper.getDataExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Data format.static StiExcelExportSettingsStiExportsHelper.getExcelExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Microsoft Excel format.static StiExcelXmlExportSettingsStiExportsHelper.getExcelXmlExportSettings(HashMap<String, Object> jsSettings, StiReport report) static StiExportSettingsStiExportsHelper.getExportSettings(StiRequestParams requestParams, StiReport report) StiReportResourceHelper.getFontResourcesArray(StiReport report) static StiHtmlExportSettingsStiExportsHelper.getHtmlExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for HTML format.static StringStiGalleriesHelper.getHtmlStringFromRichTextItem(StiReport report, HashMap<String, Object> itemObject) static List<StiDataColumn> StiGalleriesHelper.getImageColumns(StiReport report) static StiImageExportSettingsStiExportsHelper.getImageExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Images format.static StiImageStiGalleriesHelper.getImageFromColumn(StiDataColumn column, StiReport report) static List<StiResource> StiGalleriesHelper.getImageResources(StiReport report) static List<StiVariable> StiGalleriesHelper.getImageVariables(StiReport report) static StiOdsExportSettingsStiExportsHelper.getOdsExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for OpenDocument Calc format.static StiOdtExportSettingsStiExportsHelper.getOdtExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for OpenDocument Writer format.StiReportHelper.getPagesArray(StiReport report, StiRequestParams requestParams) static StiPdfExportSettingsStiExportsHelper.getPdfExportSettings(HashMap<String, Object> jsSettings, StiReport report) static StiPowerPointExportSettingsStiExportsHelper.getPpt2007ExportSettings(HashMap<String, Object> jsSettings, StiReport report) static StringStiExportsHelper.getReportFileName(StiRequestParams requestParams, StiReport report) static StringStiReportHelper.getReportFileName(StiReport report) StiReportHelper.getReportPreviewSettings(StiReport report) StiReportResourceHelper.getResourcesItems(StiReport report) static List<StiResource> StiGalleriesHelper.getRichTextResources(StiReport report) static List<StiVariable> StiGalleriesHelper.getRichTextVariables(StiReport report) static StiRtfExportSettingsStiExportsHelper.getRtfExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Rich Text format.static ArrayListStiReportHelper.getTableOfContentsPointers(StiReport report, StiRequestParams requestParams) static StiTxtExportSettingsStiExportsHelper.getTextExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Text format.StiVariablesHelper.getVariables(StiReport report, HashMap<String, Object> values, boolean sortDataItems) static StiWordExportSettingsStiExportsHelper.getWord2007ExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Microsoft Word 2007 format.static StiXpsExportSettingsStiExportsHelper.getXpsExportSettings(HashMap<String, Object> jsSettings, StiReport report) Get export settings for Microsoft XPS format.static StiWebActionResultStiReportHelper.interactionResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request) static booleanStiReportHelper.isReportHasDashboards(StiReport report) static booleanStiReportHelper.isReportHasInteractions(StiReport report) Returns information about the presence of interactive report.static voidStiReportResponse.printAsHtml(StiHttpServletResponse response, StiReport report) Print report as HTML document.static voidStiReportResponse.printAsHtml(StiHttpServletResponse response, StiReport report, StiHtmlExportSettings settings) Print report as HTML document.static voidStiReportResponse.printAsHtml(StiHttpServletResponse response, StiReport report, StiPagesRange pageRange) Print report as HTML document.static voidStiReportResponse.printAsPdf(StiHttpServletResponse response, StiReport report) Print report as PDF document.static voidStiReportResponse.printAsPdf(StiHttpServletResponse response, StiReport report, StiPdfExportSettings settings) Print report as PDF document.static voidStiReportResponse.printAsPdf(StiHttpServletResponse response, StiReport report, StiPagesRange pageRange) Print report as PDF document.static StiWebActionResultStiExportsHelper.printReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings) static voidStiReportResponse.responseAsPdf(StiHttpServletResponse response, StiReport report, StiPdfExportSettings settings, boolean saveFileDialog) static voidStiCacheHelper.saveReport(StiReport report, String guid, StiHttpServletRequest request) Save the report object to cache.voidStiCacheHelper.saveReportInternal(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request) StiVariablesHelper.validateVariables(StiReport report, StiRequestParams requestParams) static StiWebActionResultStiReportHelper.viewerResult(StiRequestParams requestParams, StiReport report) Constructors in com.stimulsoft.web.helper with parameters of type StiReportModifierConstructorDescriptionStiReportContainer(StiReport report, boolean resourcesIncluded, StiDesignerCommand command) -
Uses of StiReport in com.stimulsoft.web.utils
Methods in com.stimulsoft.web.utils with parameters of type StiReportModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebExportReportUtil.exportAsBmp(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to BMP format.static StiWebActionResultStiWebExportReportUtil.exportAsCsv(StiReport report, StiDataExportSettings settings, OutputStream stream) Exports report to CSV format.static StiWebActionResultStiWebExportReportUtil.exportAsExcel(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel format.static StiWebActionResultStiWebExportReportUtil.exportAsExcel2007(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel 2007 format.static StiWebActionResultStiWebExportReportUtil.exportAsExcelXml(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel Xml format.static StiWebActionResultStiWebExportReportUtil.exportAsJpeg(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to JPEG format.static StiWebActionResultStiWebExportReportUtil.exportAsOds(StiReport report, StiOdsExportSettings settings, OutputStream stream) static StiWebActionResultStiWebExportReportUtil.exportAsPcx(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to PCX format.static StiWebActionResultStiWebExportReportUtil.exportAsPng(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to PNG format.static StiWebActionResultStiWebExportReportUtil.exportAsSvg(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to Scalable Vector Graphics (SVG) format.static StiWebActionResultStiWebExportReportUtil.exportAsSvgz(StiReport report, StiImageExportSettings settings, OutputStream stream) static StiWebActionResultStiWebExportReportUtil.exportAsSylk(StiReport report, StiDataExportSettings settings, OutputStream stream) Exports report to Symbolic Link (SYLK) format.static StiWebActionResultStiWebExportReportUtil.exportAsXml(StiReport report, OutputStream stream) Exports report to XML format.static StringStiWebExportReportUtil.getReportFileName(StiReport report) static StiWebActionResultStiWebExportReportUtil.saveDocumentFile(StiReport report, OutputStream stream) Save report to Document File (MDC, MDZ, MDX) -
Uses of StiReport in com.stimulsoft.webdesigner
Methods in com.stimulsoft.webdesigner that return StiReportModifier and TypeMethodDescriptionstatic StiReportStiWebDesignerHelper.getActionReportObject(StiRequestParams requestParams, StiHttpServletRequest httpContext) Get the current report template for the current action of the component.StiWebDesignerHelper.getActionReportObject(StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) Get the current report template for the current action of the component.StiWebDesigerHandler.getEditedReport(javax.servlet.http.HttpServletRequest request) Occurred on loading webdesinger.StiWebDesigerHandlerJk.getEditedReport(jakarta.servlet.http.HttpServletRequest request) Occurred on loading webdesinger.static StiReportStiWebDesignerCommands.getNewReport(StiRequestParams requestParams) static StiReportStiWebDesignerCommands.getReportForDesigner(StiRequestParams requestParams, StiReport currentReport, StiHttpServletRequest httpContext) static StiReportStiWebDesigner.getReportObject(StiHttpServletRequest httpContext, StiRequestParams requestParams) Save the report template or report template to cache.static StiReportStiWebDesignerHelper.getReportObject(StiHttpServletRequest httpContext, StiRequestParams requestParams) static StiReportStiWebDesignerCommands.loadReportFromContent(StiRequestParams requestParams) static StiReportStiWebDesigner.saveReportObject(StiHttpServletRequest httpContext, StiReport report, String reportGuid) Save the report template or report template to cache.Methods in com.stimulsoft.webdesigner with parameters of type StiReportModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebDesignerCommands.commandResult(StiRequestParams requestParams, StiReport currentReport, StiHttpServletRequest httpContext) static StiWebActionResultStiWebDesignerActions.designerEventResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultStiWebDesignerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiExportSettingsStiWebDesignerHelper.getExportSettings(StiRequestParams requestParams, StiReport report) StiWebDesigner.getNewReportCallbackResult(HashMap<String, Object> callbackResult, StiHttpServletRequest httpContext, StiReport report, HashMap<String, Object> parameters) static StiReportStiWebDesignerCommands.getReportForDesigner(StiRequestParams requestParams, StiReport currentReport, StiHttpServletRequest httpContext) static StiWebActionResultStiWebDesignerActions.getReportResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) StiWebDesigner.getReportSnapshotCallbackResult(HashMap<String, Object> callbackResult, StiHttpServletRequest httpContext, StiReport report, HashMap<String, Object> parameters) voidStiWebDesigerHandler.onNewReportTemplate(StiReport report, javax.servlet.http.HttpServletRequest request) Occurred on newStiReport.voidStiWebDesigerHandlerJk.onNewReportTemplate(StiReport report, jakarta.servlet.http.HttpServletRequest request) Occurred on newStiReport.voidStiWebDesigerHandler.onOpenReportTemplate(StiReport report, javax.servlet.http.HttpServletRequest request) Occurred on openingStiReport.voidStiWebDesigerHandlerJk.onOpenReportTemplate(StiReport report, jakarta.servlet.http.HttpServletRequest request) Occurred on openingStiReport.voidStiWebDesigerHandler.onSaveReportTemplate(StiReport report, StiRequestParams requestParams, javax.servlet.http.HttpServletRequest request) Occurred on saveStiReport.voidStiWebDesigerHandlerJk.onSaveReportTemplate(StiReport report, StiRequestParams requestParams, jakarta.servlet.http.HttpServletRequest request) Occurred on saveStiReport.static voidStiWebDesigner.previewReport(StiReport mainReport, String format, StiHttpServletResponse response) static StiWebActionResultStiWebDesignerActions.previewReportResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) static StiWebActionResultStiWebDesignerActions.previewReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response, StringBuffer jsonParams) protected StringStiWebDesignerRender.renderJsonParameters(Element root, Document doc, URL context, StiReport report, StiHttpServletRequest request, StiHttpServletResponse response, Object handler, Object servletContext) static StiReportStiWebDesigner.saveReportObject(StiHttpServletRequest httpContext, StiReport report, String reportGuid) Save the report template or report template to cache.static voidStiWebDesigner.setupDesign(StiReport report) Setup report poperties for design -
Uses of StiReport in com.stimulsoft.webdesigner.blockly
Methods in com.stimulsoft.webdesigner.blockly with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidStiBlocklyHelper.getBlocklyInitParameters(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StringStiBlocklyHelper.getInitBlocksJsCode(StiReport report, StiUserFunction userFunction) static StringStiBlocklyHelper.getToolboxXML(StiReport report, boolean showCurrentValue, StiUserFunction userFunction) -
Uses of StiReport in com.stimulsoft.webdesigner.blockly.helpers
Methods in com.stimulsoft.webdesigner.blockly.helpers with parameters of type StiReportModifier and TypeMethodDescriptionStiBlocklyComponentHelper.LoadComponents(StiReport report) StiBlocklyComponentHelper.LoadContainerComponents(StiReport report) StiBlocklyDataSourceHelper.loadDataSource(StiReport report) StiBlocklyVariableHelper.LoadVariables(StiReport report) -
Uses of StiReport in com.stimulsoft.webdesigner.helper
Methods in com.stimulsoft.webdesigner.helper that return StiReportModifier and TypeMethodDescriptionstatic StiReportStiReportEdit.cloneReport(StiReport report, boolean onlyCompiledReport) static StiReportStiReportEdit.getRedoStep(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StiReportStiWizardHelper.getReportFromWizardOptions(StiReport createdReport, HashMap<String, Object> reportOptions, HashMap<String, Object> wizardDataSources) static StiReportStiReportEdit.getUndoStep(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, HashMap<String, Object> param, HashMap<String, Object> callbackResult) Methods in com.stimulsoft.webdesigner.helper with parameters of type StiReportModifier and TypeMethodDescriptionstatic voidStiReportCheckHelper.actionCheck(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) static voidStiChartHelper.addConstantLineOrStrip(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiExportSettingsHelper.addExportSettingsItem(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiFontResourceHelper.addFontToReport(StiReport report, StiResource resource, HashMap<String, Object> resourceItem) static voidStiReportEdit.addPage(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiCultureHelper.addReportGlobalizationStrings(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.addReportToUndoArray(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report) static voidStiReportEdit.addReportToUndoArray(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean withResources) static voidStiChartHelper.addSeries(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.addStyle(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.alignToGridComponents(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiBarCodeHelper.applyBarCodeProperties(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiBarCodeHelper.applyBarCodeProperty(StiReport report, HashMap param, HashMap callbackResult) static voidStiWebDesignerOptionsHelper.applyDesignerOptionsToReport(HashMap<String, Object> designerOptions, StiReport report) static voidStiCultureHelper.applyGlobalizationStrings(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDesignReportHelper.applyParamsToReport(StiReport report, StiRequestParams requestParams) static voidStiDictionaryHelper.applySelectedData(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.applyStyleProperties(StiBaseStyle style, HashMap<String, Object> properties, StiReport report) static voidStiDictionaryHelper.applyUserFunctionProps(StiReport report, StiUserFunction userFunction, HashMap<String, Object> userFuncProps) static voidStiReportEdit.canceledEditComponent(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, HashMap param) static voidStiReportEdit.changeArrangeComponents(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.changeRectComponent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.changeSizeComponents(StiReport report, HashMap param, HashMap callbackResult) static voidStiReportEdit.changeUnit(StiReport report, String unitName) static voidStiReportCheckHelper.checkExpression(StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) StiReportCheckHelper.checkReport(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, boolean createReportCopy) static voidStiReportCheckHelper.checkUserFunctionScript(StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) static StiReportStiReportEdit.cloneReport(StiReport report, boolean onlyCompiledReport) static voidStiChartHelper.constantLineOrStripMove(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.copyReportDictionary(StiReport reportFrom, StiReport reportTo) static voidStiStylesHelper.copyStyle(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap param, HashMap<String, Object> callbackResult) static voidStiReportEdit.createComponent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.createComponentFromResource(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createDatabaseFromResource(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.createDataComponentFromDictionary(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createFieldOnDblClick(StiReport report, HashMap<String, Object> param, HashMap callbackResult) static StiBaseConditionStiReportEdit.createHighlightCondition(HashMap<String, Object> conditionObject, StiReport report) static voidStiReportEdit.createMovingCopyComponent(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap param, HashMap callbackResult) static StiDatabaseStiDictionaryHelper.createNewDatabaseFromResource(StiReport report, StiResource resource) static voidStiDictionaryHelper.createOrEditBusinessObject(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createOrEditColumn(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createOrEditConnection(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, StiWebDesignerOptions options) static voidStiDictionaryHelper.createOrEditDataSource(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, StiWebDesignerOptions options) static voidStiDictionaryHelper.createOrEditParameter(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createOrEditRelation(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createOrEditResource(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createOrEditUserFunction(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createOrEditVariable(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.createStyleCollection(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.createStyleFromComponents(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StringStiDictionaryHelper.createTempSampleData(StiReport report) static voidStiReportEdit.createTextComponentFromDictionary(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.createVariablesCategory(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteAllDataSources(StiReport report, HashMap param, HashMap callbackResult) static voidStiDictionaryHelper.deleteBusinessObject(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteBusinessObjectCategory(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteColumn(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteConnection(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteDataSource(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteParameter(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteRelation(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteResource(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteUserFunction(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteVariable(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.deleteVariablesCategory(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.duplicateDictionaryElement(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.duplicatePage(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.duplicateSeries(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.duplicateStyle(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.editBusinessObjectCategory(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.editVariablesCategory(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.generateNewName(StiReport report, StiBaseStyle newStyle) static voidStiReportEdit.getAllComponentsPositions(StiReport report, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.getAllConnections(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, StiWebDesignerOptions options) static voidStiReportEdit.getAllSvgContents(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiBarCodeHelper.getBarCodeSamples(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StiBusinessObjectStiDictionaryHelper.getBusinessObjectByFullName(StiReport report, Object fullName) static voidStiReportCheckHelper.getCheckPreview(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> parameters, HashMap<String, Object> callbackResult) static StiDataColumnStiReportEdit.getColumnFromColumnPath(String columnPath, StiReport report) static StiDataColumnsCollectionStiDictionaryHelper.getColumnsByTypeAndNameOfObject(StiReport report, HashMap<String, Object> props) static StiConditionsCollectionStiReportEdit.getConditionsCollectionFromJSObject(Object propertyValue, StiReport report) static voidStiDictionaryHelper.getConnectionTypes(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, StiWebDesignerOptions options) static voidStiCultureHelper.getCultureSettingsFromReport(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.getDataAdapterTypes(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, StiWebDesignerOptions options) static voidStiDictionaryHelper.getDatabaseData(StiDatabase db, HashMap<String, Object> callbackResult, StiReport report) static voidStiDictionaryHelper.getDatabaseData(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) StiDictionaryHelper.getDictionaryTree(StiReport report) StiExportSettingsHelper.getExportSettingsProperty(StiReport report) static voidStiReportEdit.getFromClipboard(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) StiDictionaryHelper.getFunctionsTree(StiReport report) static voidStiTableOfContentsHelper.getIdentsCollection(StiReport report, HashMap param, HashMap callbackResult) static voidStiDictionaryHelper.getImagesGallery(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.getLabelsContent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StringStiDictionaryHelper.getNewDatabaseName(StiReport report, String fileName) static StiPageStiReportEdit.getPageByName(StiReport report, String name) StiReportEdit.getPageIndexes(StiReport report) static voidStiDictionaryHelper.getParamsFromQueryString(StiReport report, HashMap param, HashMap callbackResult) static voidStiReportEdit.getPreviewPages(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) StiReportEdit.getPreviewSettingsProperty(StiReport report) StiReportEdit.getPropsRebuildPage(StiReport report, StiPage currentPage) static StiReportStiReportEdit.getRedoStep(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StringStiReportEdit.getReportFileName(StiReport report) static StiReportStiWizardHelper.getReportFromWizardOptions(StiReport createdReport, HashMap<String, Object> reportOptions, HashMap<String, Object> wizardDataSources) StiCultureHelper.getReportGlobalizationStrings(StiReport report) StiReportEdit.getReportProperties(StiReport report) static StringStiReportResourcesHelper.getReportThumbnailParameters(StiReport report, double zoom) static voidStiReportResourcesHelper.getResourceContent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) StiDictionaryHelper.getResourcesTree(StiReport report) static voidStiReportResourcesHelper.getResourceText(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportResourcesHelper.getResourceViewData(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.getRichTextGallery(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.getSampleConnectionString(StiReport report, HashMap param, HashMap callbackResult, StiWebDesignerOptions options) static voidStiShapeHelper.getShapeSampleImage(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.getSqlParameterTypes(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.getStylesContent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, boolean forStylesControl) static voidStiGaugeHelper.getStylesContent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, boolean forStylesControl) static voidStiMapHelper.getStylesContent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) StiDictionaryHelper.getSystemVariablesTree(StiReport report) static StiReportStiReportEdit.getUndoStep(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport currentReport, HashMap<String, Object> param, HashMap<String, Object> callbackResult) StiDictionaryHelper.getUserFunctionsTree(StiReport report) static voidStiDictionaryHelper.getVariableItemsFromDataColumn(StiReport report, HashMap param, HashMap callbackResult) static voidStiDictionaryHelper.mergeDictionary(StiRequestParams requestParams, StiReport report, HashMap callbackResult) static voidStiDictionaryHelper.moveConnectionDataToResource(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.moveDictionaryItem(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.moveUserFunctionItem(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.newDictionary(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.openDictionary(StiRequestParams requestParams, StiReport report, HashMap callbackResult) static voidStiExportSettingsHelper.openExportSettings(StiRequestParams requestParams, StiReport report, HashMap<String, Object> callbackResult) static voidStiReportEdit.openPage(StiRequestParams requestParams, StiReport report, HashMap<String, Object> callbackResult) static voidStiStylesHelper.openStyle(StiRequestParams requestParams, StiReport report, HashMap<String, Object> callbackResult) static voidStiReportEdit.pageMove(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.pageMoveToIndex(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.pasteStyle(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.readAllPropertiesFromString(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.removeComponent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.removeConstantLineOrStrip(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.removePage(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiCultureHelper.removeReportGlobalizationStrings(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.removeSeries(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.removeStyle(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.removeTempSampleData(StiReport report, String dataGuid) static voidStiReportEdit.renameComponent(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.retrieveColumns(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.runQueryScript(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiExportSettingsHelper.saveExportSettings(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.seriesMove(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.setChartPropertyValue(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.setChartStyle(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.setConditionsProperty(Object component, Object propertyValue, StiReport report) static voidStiChartHelper.setContainerValue(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiCultureHelper.setCultureSettingsToReport(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidstatic voidStiGaugeHelper.setGaugeProperties(StiReport report, HashMap param, HashMap callbackResult) static voidStiGaugeHelper.setGaugeStyle(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiChartHelper.setLabelsType(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiMapHelper.setMapProperties(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiMapHelper.setMapStyle(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.setPreviewSettingsProperty(StiReport report, HashMap previewSettings, HashMap<String, Object> callbackResult) static voidStiReportEdit.setPropertyValue(StiReport report, String propertyName, Object owner, Object value) static voidStiReportEdit.setReportProperties(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportResourcesHelper.setResourceText(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.setStylesProperty(Object component, Object propertyValue, StiReport report) static voidStiReportEdit.setToClipboard(StiHttpServletRequest httpContext, StiRequestParams requestParams, StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static StiFontstatic voidStiDictionaryHelper.synchronizeDictionary(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiDictionaryHelper.testConnection(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult, StiWebDesignerOptions options) static voidStiTableOfContentsHelper.updateComponentsPointerValues(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.updateEvents(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiMapHelper.updateMapData(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiReportEdit.updateReportAliases(StiRequestParams requestParams, StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidStiStylesHelper.updateStyles(StiReport report, HashMap<String, Object> param, HashMap<String, Object> callbackResult) static voidstatic StringStiReportEdit.writeReportInObject(StiReport report) static StringStiReportEdit.writeReportInObject(StiReport report, HashMap attachedItems) static voidStiStylesHelper.writeStylesToReport(StiReport report, List stylesCollection) Constructors in com.stimulsoft.webdesigner.helper with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.webviewer
Methods in com.stimulsoft.webviewer that return StiReportModifier and TypeMethodDescriptionStiAngularViewerHandler.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties) Occurred on loading viewer.static StiReportStiWebViewerHelper.getReportObject(StiHttpServletRequest httpContext, StiRequestParams requestParams) Methods in com.stimulsoft.webviewer with parameters of type StiReportModifier and TypeMethodDescriptionstatic StiWebActionResultStiWebViewerActions.emailReportResult(StiRequestParams requestParams, StiReport report, StiMailProperties options, StiExportSettings settings, StiHttpServletRequest request, StiHttpServletResponse response) static StiWebActionResultStiWebViewerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for export the report.static StiWebActionResultStiWebViewerActions.exportReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) static StiExportSettingsStiWebViewerHelper.getExportSettings(StiRequestParams requestParams, StiReport report) static StiWebActionResultStiWebViewerActions.getReportResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest request, StiHttpServletResponse response) Get the action result required for show the specified report in the viewer.StiWebViewerHelper.getWebViewer(StiWebViewerOptions options, StiMailProperties mailProperties, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) StiWebViewerHelper.getWebViewer(String viewerID, StiWebViewerOptions options, StiMailProperties mailProperties, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) StiWebViewerHelper.getWebViewer(String viewerID, URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) StiWebViewerHelper.getWebViewer(URL context, StiHttpServletRequest request, StiReport report, StiServletContext servletContext) static StiWebActionResultStiWebViewerActions.interactionResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static StiWebActionResultStiWebViewerActions.interactionResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for interactive operations with a report.static StiWebActionResultStiWebViewerActions.printReportResult(StiRequestParams requestParams, StiReport report) Get the action result required for print the report.static StiWebActionResultStiWebViewerActions.printReportResult(StiRequestParams requestParams, StiReport report, StiExportSettings settings) Get the action result required for print the report.static StiWebActionResultStiWebViewerActions.reportResourceResult(StiRequestParams requestParams, StiReport report) static ObjectStiWebViewerActions.viewerEventResult(StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Get the action result required for the various requests of the viewer.The specified report will be used.static StiWebActionResultStiWebViewerActions.viewerEventResult(StiRequestParams requestParams, StiReport report, StiHttpServletRequest httpContext, StiHttpServletResponse response) Internal use only. -
Uses of StiReport in com.stimulsoft.webviewer.component
Methods in com.stimulsoft.webviewer.component that return StiReportMethods in com.stimulsoft.webviewer.component with parameters of type StiReport -
Uses of StiReport in com.stimulsoft.webviewer.helper
Methods in com.stimulsoft.webviewer.helper with parameters of type StiReportModifier and TypeMethodDescriptionstatic ObjectStiExportsClass.emailReport(StiReport report, StiExportFormat exportFormat, Element settingsNode, StiMailProperties mail, boolean compressMessage) static StiWebActionResultStiExportsClass.exportAsBmp(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to BMP format.static StiWebActionResultStiExportsClass.exportAsCsv(StiReport report, StiDataExportSettings settings, OutputStream stream) Exports report to CSV format.static StiWebActionResultStiExportsClass.exportAsExcel(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel format.static StiWebActionResultStiExportsClass.exportAsExcel2007(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel 2007 format.static StiWebActionResultStiExportsClass.exportAsExcelXml(StiReport report, StiExcelExportSettings settings, OutputStream stream) Exports report to Microsoft Excel Xml format.static StiWebActionResultStiExportsClass.exportAsJpeg(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to JPEG format.static StiWebActionResultStiExportsClass.exportAsOds(StiReport report, StiOdsExportSettings settings, OutputStream stream) static StiWebActionResultStiExportsClass.exportAsOdt(StiReport report, StiOdtExportSettings settings, OutputStream stream) Exports report to OpenDocument Writer format.static StiWebActionResultStiExportsClass.exportAsPcx(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to PCX format.static StiWebActionResultStiExportsClass.exportAsPng(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to PNG format.static StiWebActionResultStiExportsClass.exportAsSvg(StiReport report, StiImageExportSettings settings, OutputStream stream) Exports report to Scalable Vector Graphics (SVG) format.static StiWebActionResultStiExportsClass.exportAsSvgz(StiReport report, StiImageExportSettings settings, OutputStream stream) static StiWebActionResultStiExportsClass.exportAsSylk(StiReport report, StiDataExportSettings settings, OutputStream stream) Exports report to Symbolic Link (SYLK) format.static StiWebActionResultStiExportsClass.exportAsXml(StiReport report, OutputStream stream) Exports report to XML format.static ObjectStiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, Element settingsObject, boolean saveFileDialog) Exports report to specified format and return the FileResult object.static voidStiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, Element jsonObject, OutputStream stream) Exports report by the specified format and export settings object to the stream.static StiWebActionResultStiExportsClass.exportReport(StiReport report, StiExportFormat exportFormat, Element jsonObject, OutputStream stream, boolean saveFileDialog) Exports report by the specified format and export settings to the stream or return theStiWebActionResultobject.static ObjectStiExportsClass.exportReport(StiReport report, StiRequiredOptions requestOptions, StiMailProperties emailOptions) Exports report to specified format and return the FileResult object.static StringStiExportsClass.getReportFileName(StiReport report) static StiWebActionResultStiExportsClass.saveDocumentFile(StiReport report, Element settingsNode, OutputStream stream) Save report to Document File (MDC, MDZ, MDX) -
Uses of StiReport in com.stimulsoft.webviewer.servlet
Methods in com.stimulsoft.webviewer.servlet that return StiReportModifier and TypeMethodDescriptionStiAngularViewerActionServlet.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties) StiAngularViewerActionServletJk.getReport(StiHttpServletRequest request, StiHttpServletResponse response, JSONObject viewerProperties) -
Uses of StiReport in com.stimulsoft.webviewer.taglib
Methods in com.stimulsoft.webviewer.taglib that return StiReportMethods in com.stimulsoft.webviewer.taglib with parameters of type StiReport