Uses of Class
net.sf.jasperreports.engine.JasperPrint
Packages that use JasperPrint
Package
Description
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.
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Provides printing support.
Contains utility classes for the core library.
Contains classes for loading report templates from XML files.
Provides exporter input, exporter output and exporter configurations
Provides support for built-in JasperReports servlets.
Provides support for built-in JasperReports servlets.
Provides support for JasperReports viewer feature.
Contains the Jasper viewer implementation.
Contains classes for saving reports inside the Jasper viewer.
Contains web servlets implementations.
-
Uses of JasperPrint in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JasperPrintMethods in net.sf.jasperreports.engine that return JasperPrintModifier and TypeMethodDescriptionJasperFillManager.fill(InputStream inputStream, Map<String, Object> parameters) Fills the compiled report design loaded from the supplied input stream and returns the generated report object.JasperFillManager.fill(InputStream inputStream, Map<String, Object> parameters, Connection connection) Fills the compiled report design loaded from the supplied input stream and returns the generated report object.JasperFillManager.fill(InputStream inputStream, Map<String, Object> parameters, JRDataSource dataSource) Fills the compiled report design loaded from the supplied input stream and returns the generated report object.Fills the compiled report design loaded from the specified file and returns the generated report object.Fills the compiled report design loaded from the specified file and returns the generated report object.Fills the compiled report design loaded from the specified file and returns the generated report object.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.JasperFillManager.fillFromRepo(String reportLocation, Map<String, Object> params) Fills the compiled report design loaded from the specified file and returns the generated report object.JasperFillManager.fillFromRepo(String reportLocation, Map<String, Object> params, Connection connection) Fills the compiled report design loaded from the specified file and returns the generated report object.JasperFillManager.fillFromRepo(String reportLocation, Map<String, Object> params, JRDataSource dataSource) Fills the compiled report design loaded from the specified file and returns the generated report object.static JasperPrintJasperFillManager.fillReport(InputStream inputStream, Map<String, Object> parameters) static JasperPrintJasperFillManager.fillReport(InputStream inputStream, Map<String, Object> parameters, Connection connection) static JasperPrintJasperFillManager.fillReport(InputStream inputStream, Map<String, Object> parameters, JRDataSource dataSource) static JasperPrintJasperFillManager.fillReport(String sourceFileName, Map<String, Object> params) static JasperPrintJasperFillManager.fillReport(String sourceFileName, Map<String, Object> params, Connection connection) static JasperPrintJasperFillManager.fillReport(String sourceFileName, Map<String, Object> params, JRDataSource dataSource) 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) JRAbstractExporter.getCurrentJasperPrint()JRAbstractExporter.BaseExporterContext.getExportedReport()Methods in net.sf.jasperreports.engine with parameters of type JasperPrintModifier and TypeMethodDescriptionvoidJasperPrint.copyFrom(JasperPrint jasperPrint) static voidJasperExportManager.exportReportToHtmlFile(JasperPrint jasperPrint, String destFileName) static byte[]JasperExportManager.exportReportToPdf(JasperPrint jasperPrint) static voidJasperExportManager.exportReportToPdfFile(JasperPrint jasperPrint, String destFileName) static voidJasperExportManager.exportReportToPdfStream(JasperPrint jasperPrint, OutputStream outputStream) Exports the generated report object received as first parameter into PDF format and writes the results to the output stream specified by the second parameter.static StringJasperExportManager.exportReportToXml(JasperPrint jasperPrint) static voidJasperExportManager.exportReportToXmlFile(JasperPrint jasperPrint, String destFileName, boolean isEmbeddingImages) static voidJasperExportManager.exportReportToXmlStream(JasperPrint jasperPrint, OutputStream outputStream) voidJasperExportManager.exportToHtmlFile(JasperPrint jasperPrint, String destFileName) Exports the generated report object received as parameter into HTML format, placing the result into the second file parameter.byte[]JasperExportManager.exportToPdf(JasperPrint jasperPrint) Exports the generated report object received as parameter into PDF format and returns the binary content as a byte array.voidJasperExportManager.exportToPdfFile(JasperPrint jasperPrint, String destFileName) Exports the generated report file specified by the first parameter into PDF format, the result being placed in the second file parameter.voidJasperExportManager.exportToPdfStream(JasperPrint jasperPrint, OutputStream outputStream) Exports the generated report object received as first parameter into PDF format and writes the results to the output stream specified by the second parameter.JasperExportManager.exportToXml(JasperPrint jasperPrint) Exports the generated report object supplied as parameter into XML format and returs the result as String.voidJasperExportManager.exportToXmlFile(JasperPrint jasperPrint, String destFileName, boolean isEmbeddingImages) Exports the generated report object received as parameter into XML format, placing the result into the second file parameter.voidJasperExportManager.exportToXmlStream(JasperPrint jasperPrint, OutputStream outputStream) Exports the generated report object supplied as the first parameter into XML format, and writes the result to the output stream specified by the second parameter.static SimplePrintPartSimplePrintPart.fromJasperPrint(JasperPrint partJasperPrint, String partName) static SimplePrintPartSimplePrintPart.fromJasperPrint(JasperPrint partJasperPrint, String partName, JRPropertiesHolder properties) booleanJasperPrintManager.print(JasperPrint jasperPrint, boolean withPrintDialog) booleanJasperPrintManager.print(JasperPrint jasperPrint, int pageIndex, boolean withPrintDialog) booleanJasperPrintManager.print(JasperPrint jasperPrint, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) static booleanJasperPrintManager.printPage(JasperPrint jasperPrint, int pageIndex, boolean withPrintDialog) static booleanJasperPrintManager.printPages(JasperPrint jasperPrint, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) static ImageJasperPrintManager.printPageToImage(JasperPrint jasperPrint, int pageIndex, float zoom) static booleanJasperPrintManager.printReport(JasperPrint jasperPrint, boolean withPrintDialog) JasperPrintManager.printToImage(JasperPrint jasperPrint, int pageIndex, float zoom) -
Uses of JasperPrint in net.sf.jasperreports.engine.base
Constructors in net.sf.jasperreports.engine.base with parameters of type JasperPrintModifierConstructorDescriptionJRVirtualPrintPage(JasperPrint printObject, JRVirtualizationContext virtualizationContext) Deprecated.JRVirtualPrintPage(JasperPrint printObject, JRVirtualizer virtualizer, JRVirtualizationContext virtualizationContext) Deprecated.the virtualizer should be passed as part of the virtualization context, useJRVirtualPrintPage(JasperPrint, JRVirtualizationContext)instead -
Uses of JasperPrint in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert that return JasperPrint -
Uses of JasperPrint in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return JasperPrintModifier and TypeMethodDescriptionJRExporterContext.getExportedReport()Returns the report which is currently exported.GenericElementReportTransformer.TransformerContext.getReport()GenericElementTransformerContext.getReport()Returns the report which is currently processed.Methods in net.sf.jasperreports.engine.export with parameters of type JasperPrintModifier and TypeMethodDescriptionstatic CutsInfoJRGridLayout.calculateXCuts(ExporterNature nature, JasperPrint jasperPrint, int startPageIndex, int endPageIndex, int offsetX) This static method calculates all the X cuts for a list of pages.protected List<ExporterFilterFactory> DefaultExporterFilterFactory.getAllFilterFactories(JasperReportsContext jasperReportsContext, JasperPrint report) static voidGenericElementReportTransformer.transformGenericElements(JasperReportsContext jasperReportsContext, JasperPrint report, String transformerExportKey) Applies generic element transformers of a specific key to a filled report by replacing generic elements with the transformed elements.Method parameters in net.sf.jasperreports.engine.export with type arguments of type JasperPrintModifier and TypeMethodDescriptionstatic JRPrintImageAbstractHtmlExporter.getImage(List<JasperPrint> jasperPrintList, String imageName) static JRPrintImageAbstractHtmlExporter.getImage(List<JasperPrint> jasperPrintList, JRPrintElementIndex imageIndex) Constructors in net.sf.jasperreports.engine.export with parameters of type JasperPrintModifierConstructorDescriptionTransformerContext(JasperReportsContext jasperReportsContext, JasperPrint report) -
Uses of JasperPrint in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JasperPrintModifier and TypeMethodDescriptionvoidStyleBuilder.buildBeforeAutomaticStyles(JasperPrint jasperPrint) Constructors in net.sf.jasperreports.engine.export.oasis with parameters of type JasperPrintModifierConstructorDescriptionprotectedOdsTableBuilder(DocumentBuilder documentBuilder, JasperPrint jasperPrint, int pageFormatIndex, int pageIndex, WriterHelper bodyWriter, WriterHelper styleWriter, StyleCache styleCache, Map<Integer, String> rowStyles, Map<Integer, String> columnStyles, Color tabColor) protectedOdsTableBuilder(DocumentBuilder documentBuilder, JasperPrint jasperPrint, int pageFormatIndex, int pageIndex, WriterHelper bodyWriter, WriterHelper styleWriter, StyleCache styleCache, Map<Integer, String> rowStyles, Map<Integer, String> columnStyles, String sheetName, Color tabColor) protectedTableBuilder(DocumentBuilder documentBuilder, JasperPrint jasperPrint, int pageFormatIndex, int pageIndex, WriterHelper bodyWriter, WriterHelper styleWriter, StyleCache styleCache, Map<Integer, String> rowStyles, Map<Integer, String> columnStyles) protectedTableBuilder(DocumentBuilder documentBuilder, JasperPrint jasperPrint, int pageFormatIndex, int pageIndex, WriterHelper bodyWriter, WriterHelper styleWriter, StyleCache styleCache, Map<Integer, String> rowStyles, Map<Integer, String> columnStyles, Color tabColor) protectedTableBuilder(DocumentBuilder documentBuilder, JasperPrint jasperPrint, String name, WriterHelper bodyWriter, WriterHelper styleWriter, StyleCache styleCache, Map<Integer, String> rowStyles, Map<Integer, String> columnStyles) protectedTableBuilder(DocumentBuilder documentBuilder, JasperPrint jasperPrint, String name, WriterHelper bodyWriter, WriterHelper styleWriter, StyleCache styleCache, Map<Integer, String> rowStyles, Map<Integer, String> columnStyles, Color tabColor) -
Uses of JasperPrint in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JasperPrintModifier and TypeMethodDescriptionvoidDocxSettingsHelper.export(JasperPrint jasperPrint, boolean isEmbedFonts) voidPptxPresentationHelper.exportFooter(JasperPrint jasperPrint) voidXlsxSheetHelper.exportHeader(boolean showGridlines, int scale, int rowFreezeIndex, int columnFreezeIndex, int maxColumnFreezeIndex, JasperPrint jasperPrint, Color tabColor) -
Uses of JasperPrint in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JasperPrintMethods in net.sf.jasperreports.engine.fill that return JasperPrintModifier and TypeMethodDescriptionBaseReportFiller.fill(Map<String, Object> parameterValues, Connection conn) BaseReportFiller.fill(Map<String, Object> parameterValues, JRDataSource ds) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, Connection conn) static JasperPrintJRFiller.fill(JasperReportsContext jasperReportsContext, JasperReportSource reportSource, Map<String, Object> parameters, JRDataSource dataSource) 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) ReportFiller.fill(Map<String, Object> parameters, Connection connection) ReportFiller.fill(Map<String, Object> parameters, JRDataSource dataSource) BaseReportFiller.getJasperPrint()FillerPageAddedEvent.getJasperPrint()Methods in net.sf.jasperreports.engine.fill with parameters of type JasperPrintModifier and TypeMethodDescriptionstatic JRVirtualizationContextJRVirtualizationContext.getRegistered(JasperPrint print) Returns the virtualization context registered for a print object.protected voidBaseFillHandle.notifyFinish(JasperPrint print) voidCompositeFillListener.pageGenerated(JasperPrint jasperPrint, int pageIndex) voidFillListener.pageGenerated(JasperPrint jasperPrint, int pageIndex) Called when a report page has been generated.voidCompositeFillListener.pageUpdated(JasperPrint jasperPrint, int pageIndex) voidFillListener.pageUpdated(JasperPrint jasperPrint, int pageIndex) Called when a previously generated page has been updated, usually by evaluating a delayed element.static voidJRVirtualizationContext.register(JRVirtualizationContext context, JasperPrint print) Registers a virtualization context forJasperPrintobject.voidAsynchronousFilllListener.reportFinished(JasperPrint jasperPrint) Called when the report filling is done. -
Uses of JasperPrint in net.sf.jasperreports.engine.print
Methods in net.sf.jasperreports.engine.print with parameters of type JasperPrintModifier and TypeMethodDescriptionstatic booleanJRPrinterAWT.printPages(JasperPrint jrPrint, int firstPageIndex, int lastPageIndex, boolean withPrintDialog) static ImageJRPrinterAWT.printPageToImage(JasperPrint jrPrint, int pageIndex, float zoom) Constructors in net.sf.jasperreports.engine.print with parameters of type JasperPrintModifierConstructorDescriptionprotectedJRPrinterAWT(JasperPrint jrPrint) JRPrinterAWT(JasperReportsContext jasperReportsContext, JasperPrint jasperPrint) -
Uses of JasperPrint in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return JasperPrintModifier and TypeMethodDescriptionstatic JasperPrintJRLoader.loadJasperPrint(File file, JRVirtualizer virtualizer) Loads a JasperPrint object from a file, optionally using a virtualizer for the object.static JasperPrintJRLoader.loadJasperPrint(InputStream is, JRVirtualizer virtualizer) Loads a JasperPrint object from a stream, optionally using a virtualizer for the object.static JasperPrintJRLoader.loadJasperPrint(URL url, JRVirtualizer virtualizer) Loads a JasperPrint object from a URL, optionally using a virtualizer for the object.static JasperPrintJRLoader.loadJasperPrintFromFile(String fileName, JRVirtualizer virtualizer) Loads a JasperPrint object from a file, optionally using a virtualizer for the object.Methods in net.sf.jasperreports.engine.util with parameters of type JasperPrint -
Uses of JasperPrint in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml that return JasperPrintModifier and TypeMethodDescriptionstatic JasperPrintJRPrintXmlLoader.load(InputStream is) static JasperPrintstatic JasperPrintJRPrintXmlLoader.load(JasperReportsContext jasperReportsContext, InputStream is) static JasperPrintJRPrintXmlLoader.loadFromFile(String sourceFileName) static JasperPrintJRPrintXmlLoader.loadFromFile(JasperReportsContext jasperReportsContext, String sourceFileName) -
Uses of JasperPrint in net.sf.jasperreports.engine.xml.print
Methods in net.sf.jasperreports.engine.xml.print that return JasperPrintMethods in net.sf.jasperreports.engine.xml.print with parameters of type JasperPrintModifier and TypeMethodDescriptionvoidEllipseLoader.loadEllipse(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintEllipse> consumer) voidFrameLoader.loadFrame(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintFrame> consumer) voidGenericElementLoader.loadGenericElement(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRGenericPrintElement> consumer) voidImageLoader.loadImage(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintImage> consumer) voidLineLoader.loadLine(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintLine> consumer) protected voidJasperPrintLoader.loadPage(XmlLoader xmlLoader, JasperPrint jasperPrint) protected voidJasperPrintLoader.loadPart(XmlLoader xmlLoader, JasperPrint jasperPrint) voidRectangleLoader.loadRectangle(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintRectangle> consumer) voidReportElementLoader.loadReportElement(XmlLoader xmlLoader, JasperPrint jasperPrint, JRBasePrintElement printElement) voidStyleLoader.loadStyle(XmlLoader xmlLoader, JasperPrint jasperPrint) voidTextLoader.loadText(XmlLoader xmlLoader, JasperPrint jasperPrint, Consumer<? super JRPrintText> consumer) -
Uses of JasperPrint in net.sf.jasperreports.export
Subclasses of JasperPrint in net.sf.jasperreports.exportMethods in net.sf.jasperreports.export that return JasperPrintModifier and TypeMethodDescriptionExporterInputItem.getJasperPrint()SimpleExporterInputItem.getJasperPrint()Method parameters in net.sf.jasperreports.export with type arguments of type JasperPrintModifier and TypeMethodDescriptionstatic SimpleExporterInputSimpleExporterInput.getInstance(List<JasperPrint> jasperPrintList) Creates an ExportInput object containing the list ofJasperPrintobjects to be exported.protected static List<ExporterInputItem> SimpleExporterInput.getItems(List<JasperPrint> jasperPrintList) Constructors in net.sf.jasperreports.export with parameters of type JasperPrintModifierConstructorDescriptionReadOnlyPartJasperPrint(JasperPrint jasperPrint, PrintPart part, int startPageIndex, int endPageIndex) SimpleExporterInput(JasperPrint jasperPrint) Creates anExporterInputobject with a single item wrapping theJasperPrintobject that will be exported.SimpleExporterInputItem(JasperPrint jasperPrint) SimpleExporterInputItem(JasperPrint jasperPrint, ReportExportConfiguration configuration) SimpleExporterInputItem(JasperPrint jasperPrint, RepositoryResourceContext repositoryContext, ReportExportConfiguration configuration) -
Uses of JasperPrint in net.sf.jasperreports.j2ee.servlets
Methods in net.sf.jasperreports.j2ee.servlets that return types with arguments of type JasperPrintModifier and TypeMethodDescriptionstatic List<JasperPrint> BaseHttpServlet.getJasperPrintList(javax.servlet.http.HttpServletRequest request) -
Uses of JasperPrint in net.sf.jasperreports.jakarta.servlets
Methods in net.sf.jasperreports.jakarta.servlets that return types with arguments of type JasperPrintModifier and TypeMethodDescriptionstatic List<JasperPrint> BaseHttpServlet.getJasperPrintList(jakarta.servlet.http.HttpServletRequest request) -
Uses of JasperPrint in net.sf.jasperreports.json.export
Methods in net.sf.jasperreports.json.export with parameters of type JasperPrintModifier and TypeMethodDescriptionstatic voidJsonExporter.writeParts(JasperPrint jasperPrint, Writer writer) static voidJsonExporter.writeParts(JasperPrint jasperPrint, PrintParts parts, Writer writer) static voidJsonExporter.writeParts(JasperReportsContext jasperReportsContext, JasperPrint jasperPrint, Writer writer) -
Uses of JasperPrint in net.sf.jasperreports.parts.subreport
Constructors in net.sf.jasperreports.parts.subreport with parameters of type JasperPrint -
Uses of JasperPrint in net.sf.jasperreports.pdf.common
Methods in net.sf.jasperreports.pdf.common that return JasperPrint -
Uses of JasperPrint in net.sf.jasperreports.pdf.view.save
Methods in net.sf.jasperreports.pdf.view.save with parameters of type JasperPrintModifier and TypeMethodDescriptionvoidJRPdfSaveContributor.save(JasperPrint jasperPrint, File file) -
Uses of JasperPrint in net.sf.jasperreports.poi.view.save
Methods in net.sf.jasperreports.poi.view.save with parameters of type JasperPrintModifier and TypeMethodDescriptionvoidJRMultipleSheetsXlsSaveContributor.save(JasperPrint jasperPrint, File file) voidJRSingleSheetXlsSaveContributor.save(JasperPrint jasperPrint, File file) -
Uses of JasperPrint in net.sf.jasperreports.swing
Fields in net.sf.jasperreports.swing declared as JasperPrintMethods in net.sf.jasperreports.swing that return JasperPrintMethods in net.sf.jasperreports.swing with parameters of type JasperPrintConstructors in net.sf.jasperreports.swing with parameters of type JasperPrintModifierConstructorDescriptionJRViewer(JasperPrint jrPrint) JRViewer(JasperPrint jrPrint, Locale locale) JRViewer(JasperPrint jrPrint, Locale locale, ResourceBundle resBundle) JRViewer(JasperReportsContext jasperReportsContext, JasperPrint jrPrint, Locale locale, ResourceBundle resBundle) -
Uses of JasperPrint in net.sf.jasperreports.view
Methods in net.sf.jasperreports.view with parameters of type JasperPrintModifier and TypeMethodDescriptionabstract voidJRSaveContributor.save(JasperPrint jasperPrint, File file) static voidJasperViewer.viewReport(JasperPrint jasperPrint) static voidJasperViewer.viewReport(JasperPrint jasperPrint, boolean isExitOnClose) static voidJasperViewer.viewReport(JasperPrint jasperPrint, boolean isExitOnClose, Locale locale) static voidJasperViewer.viewReport(JasperReportsContext jasperReportsContext, JasperPrint jasperPrint, boolean isExitOnClose) static voidJasperViewer.viewReport(JasperReportsContext jasperReportsContext, JasperPrint jasperPrint, boolean isExitOnClose, Locale locale, ResourceBundle resBundle) Constructors in net.sf.jasperreports.view with parameters of type JasperPrintModifierConstructorDescriptionJasperViewer(JasperPrint jasperPrint) JasperViewer(JasperPrint jasperPrint, boolean isExitOnClose) JasperViewer(JasperPrint jasperPrint, boolean isExitOnClose, Locale locale) JasperViewer(JasperReportsContext jasperReportsContext, JasperPrint jasperPrint, boolean isExitOnClose) JasperViewer(JasperReportsContext jasperReportsContext, JasperPrint jasperPrint, boolean isExitOnClose, Locale locale, ResourceBundle resBundle) -
Uses of JasperPrint in net.sf.jasperreports.view.save
Methods in net.sf.jasperreports.view.save with parameters of type JasperPrintModifier and TypeMethodDescriptionvoidJRCsvSaveContributor.save(JasperPrint jasperPrint, File file) voidJRDocxSaveContributor.save(JasperPrint jasperPrint, File file) voidJREmbeddedImagesXmlSaveContributor.save(JasperPrint jasperPrint, File file) voidJRHtmlSaveContributor.save(JasperPrint jasperPrint, File file) voidJRMultipleSheetsXlsxSaveContributor.save(JasperPrint jasperPrint, File file) voidJROdsSaveContributor.save(JasperPrint jasperPrint, File file) voidJROdtSaveContributor.save(JasperPrint jasperPrint, File file) voidJRPptxSaveContributor.save(JasperPrint jasperPrint, File file) voidJRPrintSaveContributor.save(JasperPrint jasperPrint, File file) voidJRRtfSaveContributor.save(JasperPrint jasperPrint, File file) voidJRSingleSheetXlsxSaveContributor.save(JasperPrint jasperPrint, File file) voidJRXmlSaveContributor.save(JasperPrint jasperPrint, File file) -
Uses of JasperPrint in net.sf.jasperreports.web.servlets
Methods in net.sf.jasperreports.web.servlets that return JasperPrintModifier and TypeMethodDescriptionAsyncJasperPrintAccessor.getFinalJasperPrint()JasperPrintAccessor.getFinalJasperPrint()Returns the generated report, ensuring before that the report generation has ended.SimpleJasperPrintAccessor.getFinalJasperPrint()AsyncJasperPrintAccessor.getJasperPrint()JasperPrintAccessor.getJasperPrint()Returns the generated report.SimpleJasperPrintAccessor.getJasperPrint()Methods in net.sf.jasperreports.web.servlets with parameters of type JasperPrintModifier and TypeMethodDescriptionvoidAsyncJasperPrintAccessor.pageGenerated(JasperPrint jasperPrint, int pageIndex) voidAsyncJasperPrintAccessor.pageUpdated(JasperPrint jasperPrint, int pageIndex) voidAsyncJasperPrintAccessor.reportFinished(JasperPrint jasperPrint) Constructors in net.sf.jasperreports.web.servlets with parameters of type JasperPrintModifierConstructorDescriptionSimpleJasperPrintAccessor(JasperPrint jasperPrint) Create a report accessor.
JRVirtualPrintPage(JRVirtualizationContext)