Uses of Interface
net.sf.jasperreports.engine.JRDatasetRun
Packages that use JRDatasetRun
Package
Description
Contains classes for the built-in List component.
Contains fill time implementations for subreport component related interfaces.
Contains 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 fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRDatasetRun in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement JRDatasetRunModifier and TypeClassDescriptionclassUsed to iterate on the list subdataset at fill time.Methods in net.sf.jasperreports.components.list that return JRDatasetRunModifier and TypeMethodDescriptionListComponent.getDatasetRun()Returns the subdataset run information that will be used by this list.StandardListComponent.getDatasetRun()Methods in net.sf.jasperreports.components.list with parameters of type JRDatasetRunModifier and TypeMethodDescriptionvoidStandardListComponent.setDatasetRun(JRDatasetRun datasetRun) Sets the subdataset run information that will be used by this list.Constructors in net.sf.jasperreports.components.list with parameters of type JRDatasetRunModifierConstructorDescriptionFillDatasetRun(JRDatasetRun datasetRun, JRFillObjectFactory factory) -
Uses of JRDatasetRun in net.sf.jasperreports.components.subreport.fill
Methods in net.sf.jasperreports.components.subreport.fill that return JRDatasetRunConstructors in net.sf.jasperreports.components.subreport.fill with parameters of type JRDatasetRunModifierConstructorDescriptionSubreportElementAdapter(JRDatasetRun datasetRun, JRComponentElement componentElement) -
Uses of JRDatasetRun in net.sf.jasperreports.components.table
Methods in net.sf.jasperreports.components.table that return JRDatasetRunMethods in net.sf.jasperreports.components.table with parameters of type JRDatasetRun -
Uses of JRDatasetRun in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRDatasetRunModifier and TypeMethodDescriptionDatasetRunHolder.getDatasetRun()JRElementDataset.getDatasetRun()Returns the sub dataset run for this chart dataset.Methods in net.sf.jasperreports.engine with parameters of type JRDatasetRunModifier and TypeMethodDescriptionvoidJRExpressionCollector.collect(JRDatasetRun datasetRun) Collects expressions from a subdataset run object. -
Uses of JRDatasetRun in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRDatasetRunFields in net.sf.jasperreports.engine.base declared as JRDatasetRunMethods in net.sf.jasperreports.engine.base that return JRDatasetRunMethods in net.sf.jasperreports.engine.base with parameters of type JRDatasetRunConstructors in net.sf.jasperreports.engine.base with parameters of type JRDatasetRunModifierConstructorDescriptionprotectedJRBaseDatasetRun(JRDatasetRun datasetRun, JRBaseObjectFactory factory) Creates a copy of a dataset instantiation. -
Uses of JRDatasetRun in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRDatasetRunModifier and TypeClassDescriptionclassImplementation ofJRDatasetRunto be used for report design.Methods in net.sf.jasperreports.engine.design with parameters of type JRDatasetRunModifier and TypeMethodDescriptionvoidJRDesignElementDataset.setDatasetRun(JRDatasetRun datasetRun) Sets the sub dataset run for this dataset.voidJRVerifier.verifyDatasetRun(JRDatasetRun datasetRun) Verifies a subdataset run object. -
Uses of JRDatasetRun in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRDatasetRunFields in net.sf.jasperreports.engine.fill declared as JRDatasetRunMethods in net.sf.jasperreports.engine.fill that return JRDatasetRunMethods in net.sf.jasperreports.engine.fill with parameters of type JRDatasetRunConstructors in net.sf.jasperreports.engine.fill with parameters of type JRDatasetRunModifierConstructorDescriptionprotectedJRFillDatasetRun(BaseReportFiller filler, JRFillExpressionEvaluator expressionEvaluator, JRDatasetRun datasetRun, JRFillDataset dataset) protectedJRFillDatasetRun(BaseReportFiller filler, JRDatasetRun datasetRun, JRFillDataset dataset) protectedJRFillDatasetRun(JRBaseFiller filler, JRFillExpressionEvaluator expressionEvaluator, JRDatasetRun datasetRun, JRFillObjectFactory factory) JRFillDatasetRun(JRBaseFiller filler, JRDatasetRun datasetRun, JRFillObjectFactory factory) Construct an instance for a dataset run.protectedJRFillDatasetRun(JRDatasetRun datasetRun, JRFillObjectFactory factory) -
Uses of JRDatasetRun in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRDatasetRunModifier and TypeMethodDescriptionstatic JRDatasetJRReportUtils.findSubdataset(JRDatasetRun datasetRun, JasperReport report) Deprecated.static JRDatasetJRReportUtils.findSubdataset(JRDatasetRun datasetRun, JRReport report) voidJRApiWriter.writeDatasetRun(JRDatasetRun datasetRun, String parentName) Outputs the XML representation of a subdataset run object.
JRReportUtils.findSubdataset(JRDatasetRun, JRReport).