Uses of Interface
net.sf.jasperreports.engine.JRReport

Packages that use JRReport
net.sf.jasperreports.engine Provides access to the library's main functionality through fa?ade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes. 
net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces. 
net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
net.sf.jasperreports.view Contains the Jasper viewer implementation. 
 

Uses of JRReport in net.sf.jasperreports.engine
 

Classes in net.sf.jasperreports.engine that implement JRReport
 class JasperReport
          The actual representation of a compiled report.
 

Methods in net.sf.jasperreports.engine with parameters of type JRReport
 java.util.Collection JRExpressionCollector.collect(JRReport report)
           
static void JasperCompileManager.writeReportToXmlFile(JRReport report, java.lang.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.
static void JasperCompileManager.writeReportToXmlStream(JRReport report, java.io.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.
static java.lang.String JasperCompileManager.writeReportToXml(JRReport report)
          Generates the XML representation of the report design object supplied as parameter using the "UTF-8" enconding.
 

Constructors in net.sf.jasperreports.engine with parameters of type JRReport
JasperReport(JRReport report, java.lang.String compilerClass, java.lang.Object compileData)
           
 

Uses of JRReport in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRReport
 class JRBaseReport
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRReport
JRBaseReport(JRReport report)
           
 

Uses of JRReport in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRReport
 class JasperDesign
          JasperDesign is used for in-memory representation of a report design.
 

Uses of JRReport in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRReport
static java.lang.String JRXmlWriter.writeReport(JRReport report, java.lang.String encoding)
           
static void JRXmlWriter.writeReport(JRReport report, java.lang.String destFileName, java.lang.String encoding)
           
static void JRXmlWriter.writeReport(JRReport report, java.io.OutputStream outputStream, java.lang.String encoding)
           
 

Constructors in net.sf.jasperreports.engine.xml with parameters of type JRReport
JRXmlWriter(JRReport report, java.lang.String encoding)
           
 

Uses of JRReport in net.sf.jasperreports.view
 

Methods in net.sf.jasperreports.view with parameters of type JRReport
static void JasperDesignViewer.viewReportDesign(JRReport report)
           
 

Constructors in net.sf.jasperreports.view with parameters of type JRReport
JRDesignViewer(JRReport report)
          Creates new form JRDesignViewer
JasperDesignViewer(JRReport report)
          Creates new form JasperDesignViewer
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com