Pdf preview ignores column width [message #96770] |
Tue, 06 December 2005 05:17  |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
--------------020702080409020909020606
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
Hi
The pdf preview seems to ignore the column width values in the 2.0M3
build. In the pdf file all columns have got the same width.
In the attached file is a simple example that works with the 2.0M2 build
but doesn't with the 2.0M3 build.
Is this a bug or have I missed something?
Cheers, michael
--------------020702080409020909020606
Content-Type: text/xml;
name="column_width.rptdesign"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="column_width.rptdesign"
<?xml version="1.0" encoding="UTF-8"?>
<!-- Written by Eclipse BIRT 1.0 -->
<report xmlns="http://www.eclipse.org/birt/2005/design" version="3" id="1">
<property name="createdBy">Eclipse BIRT Designer Version 1.0.1 Build <20051201-1157></property>
<property name="units">in</property>
<page-setup>
<simple-master-page name="Simple MasterPage" id="2"/>
</page-setup>
<body>
<table id="4">
<property name="width">100%</property>
<column id="21">
<property name="width">25mm</property>
</column>
<column id="22">
<property name="width">50mm</property>
</column>
<column id="23"/>
<header>
<row id="5">
<cell id="6">
<label id="28">
<property name="backgroundColor">#FF8000</property>
<text-property name="text">Column One</text-property>
</label>
</cell>
<cell id="7">
<label id="29">
<property name="backgroundColor">#0000FF</property>
<text-property name="text">Column Two</text-property>
</label>
</cell>
<cell id="8">
<label id="30">
<property name="backgroundColor">#00FF00</property>
<text-property name="text">Column Three</text-property>
</label>
</cell>
</row>
</header>
<detail>
<row id="9">
<cell id="10"/>
<cell id="11"/>
<cell id="12"/>
</row>
<row id="13">
<cell id="14"/>
<cell id="15"/>
<cell id="16"/>
</row>
</detail>
<footer>
<row id="17">
<cell id="18"/>
<cell id="19"/>
<cell id="20"/>
</row>
</footer>
</table>
</body>
</report>
--------------020702080409020909020606--
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04578 seconds