I need to put an item A at the bottom of a page, so I thought at a item(grid) that cover the rest of tha page to put the item A at the bottom of it, but I can expand an item ad I described.
Is the report in fixed layout (general report properties)? Did you set
the height of the grid rows?
Jason
On 1/24/2012 9:16 AM, Frizz K wrote:
> I need to put an item A at the bottom of a page, so I thought at a
> item(grid) that cover the rest of tha page to put the item A at the
> bottom of it, but I can expand an item ad I described.
Jason Weathersby wrote on Tue, 24 January 2012 18:02
Can you reproduce the issue with the sample db and post an example that
we can debug? What version of BIRT are you using?
Jason
On 1/24/2012 1:32 PM, Frizz K wrote:
> Fixed layout; I've tried setting the height of previous rows and with
> only one row, but without success
Yes, it's very simply.
A grid with two rows, the second row has yellow background.
I want to expand the yellow row height until the end of the page (so I can put the label at the bottom).
In this sample I'm using 3.7.1, but I have the same beaviour with other versions
On 1/25/2012 3:26 AM, Frizz K wrote:
> Jason Weathersby wrote on Tue, 24 January 2012 18:02
>> Can you reproduce the issue with the sample db and post an example that
>> we can debug? What version of BIRT are you using?
>>
>> Jason
>>
>> On 1/24/2012 1:32 PM, Frizz K wrote:
>>> Fixed layout; I've tried setting the height of previous rows and with
>>> only one row, but without success
>
>
>
> Yes, it's very simply.
> A grid with two rows, the second row has yellow background.
> I want to expand the yellow row height until the end of the page (so I can put the label at the bottom).
> In this sample I'm using 3.7.1, but I have the same beaviour with other versions
>
>
The only way I know to handle this is to use the page footer to display
the label.
Jason
On 1/26/2012 8:52 AM, Frizz K wrote:
> It's not what I want because I don't know how many lines I have in the first row of the grid, so I don't know the height of the first row.