i am implementing a custom Birt emitter and i need to know the width and height of a cell, table or grid in pixels or points. The issue ocurrs if the measures are not explicitly set in the Report Designer.
I tried to get these infos by calling cellContent.getWidth() and cellContent.getComputedStyle().getWidth(). The first one returns null, the second one throws a "createUnsupportedPropertyException" exception.
I am using Birt 2.6.
Can anyone give me a hint how to get this done?
Cheers