public interface ItemData extends JRCloneable
Modifier and Type | Method and Description |
---|---|
JRElementDataset |
getDataset()
Returns the dataset information that will be used by the
ItemData object. |
List<Item> |
getItems()
Returns a list of
Item
objects. |
clone
List<Item> getItems()
Item
objects. Each item in the list provides a collection of item properties.Item
,
ItemProperty
JRElementDataset getDataset()
ItemData
object.
This information is required either to use the main dataset or to instantiate a subdataset from the report. The data produced by the subdataset is fed to the items list.
JRElementDataset
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.