Uses of Class
net.sf.jasperreports.engine.design.JRDesignDataset
Packages that use JRDesignDataset
Package
Description
Contains design time implementations for the library's main interfaces as well as report compiling tools.
-
Uses of JRDesignDataset in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design that return JRDesignDatasetModifier and TypeMethodDescriptionprotected JRDesignDatasetJRVerifier.currentDataset()JasperDesign.getMainDesignDataset()Returns the main report dataset.Methods in net.sf.jasperreports.engine.design with parameters of type JRDesignDatasetModifier and TypeMethodDescriptionvoidJasperDesign.addDataset(int index, JRDesignDataset dataset) Inserts a sub dataset at specified position into the report.voidJasperDesign.addDataset(JRDesignDataset dataset) Adds a sub dataset to the report.voidJasperDesign.setMainDataset(JRDesignDataset dataset) Sets the main report dataset.