Uses of Class
net.sf.jasperreports.engine.JasperReport
Packages that use JasperReport
Package
Description
Contains fill time implementations for subreport component related interfaces.
Contains fill time implementations for Table component related interfaces.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Provides various report data source implementations and allows creating custom data sources.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains factory interfaces and implementations for global report scriptlets.
Contains utility classes for the core library.
Provides support for JasperReports repository.
-
Uses of JasperReport in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill that return JasperReportModifier and TypeMethodDescriptionComponentFillSubreport.getJasperReport()abstract JasperReportSubreportFillComponent.getJasperReport(BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) Constructors in net.sf.jasperreports.components.subreport.fill with parameters of type JasperReportModifierConstructorDescriptionprotectedComponentFillSubreport(FillContext fillContext, JRSubreport subreport, JRFillObjectFactory factory, JasperReport jasperReport, BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) ComponentFillSubreportFactory(JRSubreport subreport, JasperReport jasperReport, BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) -
Uses of JasperReport in net.sf.jasperreports.components.table.fill
Subclasses of JasperReport in net.sf.jasperreports.components.table.fillMethods in net.sf.jasperreports.components.table.fill that return JasperReportModifier and TypeMethodDescriptionprotected JasperReportFillTable.containingReport(JasperReport parentReport) FillTable.getJasperReport(BuiltinExpressionEvaluatorFactory builtinEvaluatorFactory) TableJasperReport.getParentReport()Methods in net.sf.jasperreports.components.table.fill with parameters of type JasperReportModifier and TypeMethodDescriptionprotected JasperReportFillTable.containingReport(JasperReport parentReport) protected JRReportCompileDataFillTable.createTableReportCompileData(JasperReport parentReport, JRDataset reportSubdataset) TableReportCompileData.getUnitName(JasperReport jasperReport, JRCrosstab crosstab) TableReportCompileData.getUnitName(JasperReport jasperReport, JRDataset dataset) Constructors in net.sf.jasperreports.components.table.fill with parameters of type JasperReportModifierConstructorDescriptionTableJasperReport(JasperReport parentReport, TableReport baseReport, Serializable compileData, JRBaseObjectFactory factory, String compileNameSuffix) TableReportCompileData(JasperReport originialReport) -
Uses of JasperReport in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JasperReportModifier and TypeMethodDescriptionJasperCompileManager.compile(InputStream inputStream) Compiles the serialized report design object read from the supplied input stream and returns the generated compiled report design object.Compiles the XML report design file received as parameter, and returns the compiled report design object.JasperCompileManager.compile(JasperDesign jasperDesign) Compiles the report design object received as parameter and returns the generated compiled report design object.static JasperReportJasperCompileManager.compileReport(InputStream inputStream) static JasperReportJasperCompileManager.compileReport(String sourceFileName) static JasperReportJasperCompileManager.compileReport(JasperDesign jasperDesign) Methods in net.sf.jasperreports.engine with parameters of type JasperReportModifier and TypeMethodDescriptionJRDataSourceProvider.create(JasperReport report) Creates and returns a new instance of the provided data source.JasperFillManager.fill(JasperReport jasperReport, Map<String, Object> parameters) Fills the compiled report design supplied as the first parameter and returns the generated report object.JasperFillManager.fill(JasperReport jasperReport, Map<String, Object> parameters, Connection connection) Fills the compiled report design supplied as the first parameter and returns the generated report object.JasperFillManager.fill(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design supplied as the first parameter and returns the generated report object.static JasperPrintJasperFillManager.fillReport(JasperReport jasperReport, Map<String, Object> parameters) static JasperPrintJasperFillManager.fillReport(JasperReport jasperReport, Map<String, Object> parameters, Connection connection) static JasperPrintJasperFillManager.fillReport(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) static voidJasperFillManager.fillReportToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters) static voidJasperFillManager.fillReportToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters, Connection connection) static voidJasperFillManager.fillReportToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters, JRDataSource dataSource) static voidJasperFillManager.fillReportToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters) static voidJasperFillManager.fillReportToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters, Connection connection) static voidJasperFillManager.fillReportToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters, JRDataSource dataSource) voidJasperFillManager.fillToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters) Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager.fillToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters, Connection connection) Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager.fillToFile(JasperReport jasperReport, String destFileName, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design received as the first parameter and places the result in the file specified by the second parameter.voidJasperFillManager.fillToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters) Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter.voidJasperFillManager.fillToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters, Connection connection) Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter.voidJasperFillManager.fillToStream(JasperReport jasperReport, OutputStream outputStream, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design supplied as the first parameter and writes the generated report object to the output stream specified by the second parameter.JasperCompileManager.getEvaluator(JasperReport jasperReport) JasperCompileManager.getEvaluator(JasperReport jasperReport, JRCrosstab crosstab) JasperCompileManager.getEvaluator(JasperReport jasperReport, JRDataset dataset) JRField[]JRDataSourceProvider.getFields(JasperReport report) Returns the fields that are available from the data source.protected JasperReportSourceJasperFillManager.getReportSource(File reportFile, JasperReport jasperReport) static JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport) static JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport, JRCrosstab crosstab) static JREvaluatorJasperCompileManager.loadEvaluator(JasperReport jasperReport, JRDataset dataset) static byte[]JasperRunManager.runReportToPdf(JasperReport jasperReport, Map<String, Object> parameters) static byte[]JasperRunManager.runReportToPdf(JasperReport jasperReport, Map<String, Object> parameters, Connection conn) static byte[]JasperRunManager.runReportToPdf(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource jrDataSource) byte[]JasperRunManager.runToPdf(JasperReport jasperReport, Map<String, Object> parameters) Fills a report and returns byte array object containing the report in PDF format.byte[]JasperRunManager.runToPdf(JasperReport jasperReport, Map<String, Object> parameters, Connection conn) Fills a report and returns byte array object containing the report in PDF format.byte[]JasperRunManager.runToPdf(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource jrDataSource) Fills a report and returns byte array object containing the report in PDF format. -
Uses of JasperReport in net.sf.jasperreports.engine.data
Methods in net.sf.jasperreports.engine.data with parameters of type JasperReportModifier and TypeMethodDescriptionJRCsvDataSourceProvider.create(JasperReport report) JRField[]JRAbstractBeanDataSourceProvider.getFields(JasperReport report) JRField[]JRCsvDataSourceProvider.getFields(JasperReport report) -
Uses of JasperReport in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return JasperReportModifier and TypeMethodDescriptionfinal JasperReportJRAbstractCompiler.compileReport(JasperDesign jasperDesign) JRCompiler.compileReport(JasperDesign jasperDesign) Compiles a report design.Methods in net.sf.jasperreports.engine.design with parameters of type JasperReportModifier and TypeMethodDescriptionstatic StringJRAbstractCompiler.getUnitName(JasperReport report, JRCrosstab crosstab) Returns the name of the expression evaluator unit for a crosstab of a report.static StringJRAbstractCompiler.getUnitName(JasperReport report, JRDataset dataset) Returns the name of the expression evaluator unit for a dataset of a report.JRReportCompileData.getUnitName(JasperReport jasperReport, JRCrosstab crosstab) JRReportCompileData.getUnitName(JasperReport jasperReport, JRDataset dataset) JRAbstractCompiler.loadEvaluator(JasperReport jasperReport) JRAbstractCompiler.loadEvaluator(JasperReport jasperReport, JRCrosstab crosstab) JRAbstractCompiler.loadEvaluator(JasperReport jasperReport, JRDataset dataset) JRCompiler.loadEvaluator(JasperReport jasperReport) Loads the evaluator for a report's main dataset.JRCompiler.loadEvaluator(JasperReport jasperReport, JRCrosstab crosstab) Loads a expression evaluator class for a crosstab of a report.JRCompiler.loadEvaluator(JasperReport jasperReport, JRDataset dataset) Loads a expression evaluator class for a dataset of a report. -
Uses of JasperReport in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JasperReportModifier and TypeFieldDescriptionprotected final JasperReportBaseFillHandle.jasperReportprotected JasperReportBaseReportFiller.jasperReportThe report.Methods in net.sf.jasperreports.engine.fill that return JasperReportModifier and TypeMethodDescriptionBaseReportFiller.getJasperReport()Returns the report.JasperReportSource.getReport()protected JasperReportJRFillSubreport.getReport()SimpleJasperReportSource.getReport()static JasperReportJRFillSubreport.loadReport(Object source, BaseReportFiller filler) Methods in net.sf.jasperreports.engine.fill with parameters of type JasperReportModifier and TypeMethodDescriptionvoidJRFillDataset.createCalculator(JasperReport jasperReport) Creates the calculatorprotected static JRCalculatorJRFillDataset.createCalculator(JasperReportsContext jasperReportsContext, JasperReport jasperReport, JRDataset dataset) static JRBaseFillerJRFiller.createFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReport jasperReport, Map<String, Object> parameters) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReport jasperReport, Map<String, Object> parameters, Connection conn) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters) Creates an asychronous filling handle.static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, Connection conn) Creates an asychronous filling handle.static AsynchronousFillHandleAsynchronousFillHandle.createHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) Creates an asychronous filling handle.static ReportFillerJRFiller.createReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(JasperReport report, Map<String, Object> initialParameters) Evaluates the default values for the parameters of a report.JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(JasperReportsContext jasperReportsContext, JasperReport report, Map<String, Object> initialParameters) Evaluates the default values for the parameters of a report.JRParameterDefaultValuesEvaluator.evaluateParameterDefaultValues(RepositoryContext repositoryContext, JasperReport report, Map<String, Object> initialParameters) Evaluates the default values for the parameters of a report.static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters) Fills a report.static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, Connection conn) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) static SimpleJasperReportSourceSimpleJasperReportSource.from(JasperReport report) static SimpleJasperReportSourceSimpleJasperReportSource.from(JasperReport report, String reportLocation, RepositoryResourceContext reportContext) protected voidJRFillCrosstab.loadEvaluator(JasperReport jasperReport) voidJRFillContext.registerReportStyles(JasperReport jasperReport, UUID id, List<JRStyle> styles) voidSimpleJasperReportSource.setReport(JasperReport report) Constructors in net.sf.jasperreports.engine.fill with parameters of type JasperReportModifierConstructorDescriptionprotectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters) protectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, Connection conn) protectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource) protectedAsynchronousFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource, Connection conn) protectedBaseFillHandle(JasperReportsContext jasperReportsContext, JasperReport jasperReport, Map<String, Object> parameters, JRDataSource dataSource, Connection conn) BaseReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, FillerParent parent) DatasetExecution(RepositoryContext repositoryContext, JasperReport report, Map<String, Object> parameters) protectedJRHorizontalFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) JRHorizontalFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, BandReportFillerParent parent) protectedJRVerticalFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) JRVerticalFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, BandReportFillerParent parent) PartReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport) PartReportFiller(JasperReportsContext jasperReportsContext, JasperReport jasperReport, PartFillerParent parent) -
Uses of JasperReport in net.sf.jasperreports.engine.scriptlets
Methods in net.sf.jasperreports.engine.scriptlets that return JasperReportModifier and TypeMethodDescriptionScriptletFactoryContext.getJasperReport()Returns theJasperReportobject for this context. -
Uses of JasperReport in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JasperReportModifier and TypeMethodDescriptionstatic JRDatasetJRReportUtils.findSubdataset(JRDatasetRun datasetRun, JasperReport report) Deprecated. -
Uses of JasperReport in net.sf.jasperreports.repo
Methods in net.sf.jasperreports.repo that return JasperReportModifier and TypeMethodDescriptionDefaultReportCompiler.compile(JasperDesign design) ReportCompiler.compile(JasperDesign design) JasperDesignCache.getJasperReport(String uri) ReportResource.getReport()RepositoryUtil.getReport(ReportContext reportContext, String location) Methods in net.sf.jasperreports.repo with parameters of type JasperReportModifier and TypeMethodDescriptionJasperDesignCache.locateReport(JasperReport jasperReport) voidJasperDesignCache.set(String uri, JasperReport jasperReport) voidReportResource.setReport(JasperReport report)
JRReportUtils.findSubdataset(JRDatasetRun, JRReport).