Uses of Interface
net.sf.jasperreports.engine.JRReport
Packages that use JRReport
Package
Description
Contains fill time implementations for Table component related interfaces.
Contains utility classes for the built-in Table component.
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.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains utility classes for the core library.
Contains classes for loading report templates from XML files.
Provides support for JasperReports viewer feature.
Contains the Jasper viewer implementation.
-
Uses of JRReport in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement JRReport -
Uses of JRReport in net.sf.jasperreports.components.table.util
Methods in net.sf.jasperreports.components.table.util with parameters of type JRReportModifier and TypeMethodDescriptionstatic List<?> TableUtil.getGroupList(TableComponent table, JRReport report) Constructors in net.sf.jasperreports.components.table.util with parameters of type JRReport -
Uses of JRReport in net.sf.jasperreports.dataadapters.properties
Methods in net.sf.jasperreports.dataadapters.properties with parameters of type JRReportModifier and TypeMethodDescriptionDataAdapterPropertiesMetadataUtil.getReportProperties(JRReport report) -
Uses of JRReport in net.sf.jasperreports.engine
Classes in net.sf.jasperreports.engine that implement JRReportModifier and TypeClassDescriptionclassInstances of this class represent compiled report template objects.Methods in net.sf.jasperreports.engine with parameters of type JRReportModifier and TypeMethodDescriptionstatic List<JRExpression> JRExpressionCollector.collectExpressions(JasperReportsContext jasperReportsContext, JRReport report) static List<JRExpression> JRExpressionCollector.collectExpressions(JasperReportsContext jasperReportsContext, JRReport report, JRCrosstab crosstab) Deprecated.To be removed.static JRExpressionCollectorJRExpressionCollector.collector(JasperReportsContext jasperReportsContext, JRReport report) static JRExpressionCollectorJRExpressionCollector.collector(JasperReportsContext jasperReportsContext, JRReport report, JRCrosstab crosstab) static StringJasperCompileManager.writeReportToXml(JRReport report) static voidJasperCompileManager.writeReportToXmlFile(JRReport report, String destFileName) static voidJasperCompileManager.writeReportToXmlStream(JRReport report, OutputStream outputStream) JasperCompileManager.writeToXml(JRReport report) Generates the XML representation of the report design object supplied as parameter using the "UTF-8" enconding.voidJasperCompileManager.writeToXmlFile(JRReport report, String destFileName) Generates the XML representation of the report design supplied as the first parameter and place it in the file specified by the second parameter.voidJasperCompileManager.writeToXmlStream(JRReport report, OutputStream outputStream) Generates the XML representation of the report design object supplied as parameter and writes it to the specified output stream, using the "UTF-8" encoding.Constructors in net.sf.jasperreports.engine with parameters of type JRReportModifierConstructorDescriptionJasperReport(JRReport report, String compilerClass, Serializable compileData, JRBaseObjectFactory factory, String compileNameSuffix) JasperReport(JRReport report, String compilerClass, Serializable compileData, JRExpressionCollector expressionCollector, String compileNameSuffix) Constructs a report by specifying the template report and compile information.protectedJRExpressionCollector(JasperReportsContext jasperReportsContext, JRExpressionCollector parent, JRReport report) protectedJRExpressionCollector(JasperReportsContext jasperReportsContext, JRExpressionCollector parent, JRReport report, JRExpressionCollector.ExpressionVerifier expressionVerifier) -
Uses of JRReport in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRReportMethods in net.sf.jasperreports.engine.base with parameters of type JRReportModifier and TypeMethodDescriptionprotected voidJRBaseReport.copyTemplates(JRReport report, JRBaseObjectFactory factory) Constructors in net.sf.jasperreports.engine.base with parameters of type JRReportModifierConstructorDescriptionJRBaseReport(JRReport report) JRBaseReport(JRReport report, JRBaseObjectFactory factory) Constructs a copy of a report.JRBaseReport(JRReport report, JRExpressionCollector expressionCollector) -
Uses of JRReport in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert that return JRReportMethods in net.sf.jasperreports.engine.convert with parameters of type JRReportModifier and TypeMethodDescriptionprotected voidReportConverter.loadReportStyles(JRReport report) protected voidConstructors in net.sf.jasperreports.engine.convert with parameters of type JRReportModifierConstructorDescriptionReportConverter(JasperReportsContext jasperReportsContext, JRReport report, boolean ignoreContent) -
Uses of JRReport in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRReportModifier and TypeClassDescriptionclassJasperDesign is used for in-memory representation of a report design.Methods in net.sf.jasperreports.engine.design with parameters of type JRReportModifier and TypeMethodDescriptionprotected static StringJRAbstractCompiler.getUnitName(JRReport report, int crosstabId, String nameSuffix) protected static StringJRAbstractCompiler.getUnitName(JRReport report, JRCrosstab crosstab, JRExpressionCollector expressionCollector, String nameSuffix) protected static StringJRAbstractCompiler.getUnitName(JRReport report, JRDataset dataset, String nameSuffix) static voidJRVerifier.verifyBandHeights(Collection<JRValidationFault> brokenRules, JRReport report, int pageHeight, int topMargin, int bottomMargin) Validates that the report band heights fit on a page of certain size. -
Uses of JRReport in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRReportModifier and TypeMethodDescriptionstatic JRDatasetJRReportUtils.findSubdataset(String datasetName, JRReport report) static JRDatasetJRReportUtils.findSubdataset(JRDatasetRun datasetRun, JRReport report) voidJRElementsVisitor.visitReport(JRReport report) Visits all the elements of a report.static voidJRElementsVisitor.visitReport(JRReport report, JRVisitor visitor) Visits all the elements of a report.voidJRApiWriter.write(JRReport report, OutputStream outputStream) voidstatic StringJRApiWriter.writeReport(JRReport report) static voidJRApiWriter.writeReport(JRReport report, OutputStream outputStream) protected voidJRApiWriter.writeReport(JRReport report, Writer aWriter) static voidJRApiWriter.writeReport(JRReport report, String destFileName) protected voidJRApiWriter.writeTemplates(JRReport report, String indent) -
Uses of JRReport in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml that return JRReportMethods in net.sf.jasperreports.engine.xml with parameters of type JRReportModifier and TypeMethodDescriptionvoidJRXmlWriter.write(JRReport report, OutputStream outputStream, String encoding) voidbooleanJacksonReportWriter.writeReport(JRReport report, String encoding, Writer out) static voidJRXmlWriter.writeReport(JRReport report, OutputStream outputStream, String encoding) static StringJRXmlWriter.writeReport(JRReport report, String encoding) protected voidJRXmlWriter.writeReport(JRReport report, String encoding, Writer out) static voidJRXmlWriter.writeReport(JRReport report, String destFileName, String encoding) booleanReportWriter.writeReport(JRReport report, String encoding, Writer out) -
Uses of JRReport in net.sf.jasperreports.properties
Methods in net.sf.jasperreports.properties with parameters of type JRReport -
Uses of JRReport in net.sf.jasperreports.swing
Constructors in net.sf.jasperreports.swing with parameters of type JRReportModifierConstructorDescriptionJRDesignViewer(JasperReportsContext jasperReportsContext, JRReport report) JRDesignViewer(JRReport report) -
Uses of JRReport in net.sf.jasperreports.view
Methods in net.sf.jasperreports.view with parameters of type JRReportModifier and TypeMethodDescriptionstatic voidJasperDesignViewer.viewReportDesign(JasperReportsContext jasperReportsContext, JRReport report) static voidJasperDesignViewer.viewReportDesign(JRReport report) Constructors in net.sf.jasperreports.view with parameters of type JRReportModifierConstructorDescriptionJasperDesignViewer(JasperReportsContext jasperReportsContext, JRReport report) JasperDesignViewer(JRReport report)