I have a grid I am trying to populate in a dynamic report generated in a servlet. I have created a dataset and bound it to a list. Each item in the list is a grid. I am trying to populate the grid with the fields name and value. I cannot access the value from the data set. I am using row["fieldName"] but that seems to be not set. I tried using dataSetRow["fieldName'] but I received an error stating that dataSetRow is not found. Any suggestions?

link|improve this question
Do you create report with Eclipse BIRT Designer or build it with Java API? In Eclipse, an Expression Builder helps to select desired fields. And which type of item do you use to display data? There are different ways to specify data for different items. – jinowolski Dec 14 '11 at 12:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.