[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: Access data in data set by BIRT API

The only way to really do this is to Run the report using a Run task and create a report document, then use a DataExtractionTask to pull the data.

I have an example of doing that in the getValueMap method in this article:
http://digiassn.blogspot.com/2008/03/birt-building-chart-with-chart-engine.html

You can also see an example on the Eclipse Wiki for BIRT at:
http://wiki.eclipse.org/Data_Extract_(BIRT)_2.1

John

Miroslav Balaz wrote:
Hello,

I have created a data set from a Web Service data source and I would like to access the data in this data set throught the BIRT API. I need to get a List of data contained in the data set.

Thanks in advance.