Hi,
under report studio, In a table cell with a fix Width, I insert a one column list box.
The list column width has also the same value as the parent cell.
now when I run the report in pdf the list column does not fit exactly the parent table cell.
I used padding and other margin, but with no result.
thanks for your comments on this
david
------------------
extract of the xml:
<tableCell>
<style><CSS value="padding:0px;vertical-align:top;text-align:right;width:25px;border-bottom-style:none;border-left:1.5pt solid black;border-right:1pt solid black"/></style>
<list refQuery="CALENDRIER">
<listColumnTitles><listColumnTitle><textItem><queryItemRef content="label" refItem="CJOU"/></textItem><style><CSS value="display:none"/></style></listColumnTitle></listColumnTitles>
<listColumns><listColumn><textItem><queryItemRef refItem="CJOU"/><style><CSS value="width:25px"/></style></textItem><style><CSS value="padding:1px 0px 1px 0px;font-family:Arial;font-size:6pt;vertical-align:top;text-align:center;border-top-style:none;border-left-style:none;border-right-style:none;width:25px;height:3px;border-bottom:0.5pt solid black"/></style><conditionalStyle refVariable="DateJourJaune"><style><CSS value="background-color:yellow"/></style><style refVariableValue="1"/></conditionalStyle></listColumn></listColumns>
<style>
<CSS value="border-collapse:collapse;width:25px"/>
</style>
<XMLAttribute name="RS_ListGroupInfo" value=""/></list>
</tableCell>