Skip to Content
0
Former Member
Jun 24, 2009 at 04:25 PM

How to Read Data from a table (horizontal axsis) in an existing report

38 Views

Hi to all,

I've a question. I must read the data in a table of an existing report. I develope with BO XI 3.0

I don't know how to reach the table in my report from SDK.

this is my code:

reports = document.getReports();

rep = reports.getItem(0);

the report has the title and a table horizontal axsis.

I must read the column name(header column) of the table and all rows for retrieving values.

Thank u in advance for your attention.