Hi Rajarsh
Thanks much for your quick response.
1 . I am trying to get WebI Report information
2. Im Looking for:
For Example If I have a table in a block and a chart in a block, I need to get the table layout information and chart layout information. The column values in the table, borders, size, conditional formatting etc. Same for chart like X, Y axis values, legends labels, formattings etc.
3. Yes I am able to get this in BO 3.1
In BO 3 I we can able to get it from Report Eingine, Document Instance
We can get hierarchy like Report->Document->Block-:Report->Cell
But I cant get it in 4.1
IInfoObject infoObject = (IInfoObject) infoObjects.get(i); | |||
DocumentInstance documentInstance = reportEngine.openDocument(infoObject.getID()); | |||
documentInstance.getReports().getItem(0).getBlockInfo().getBlocks().getItem(0) |