How to set the layout of the report [message #706899] |
Sun, 31 July 2011 22:12  |
Eclipse User |
|
|
|
It seems a simple question, but i really don't know how to solve this, also i don't get much info from googling.
i'm new in Java an also for BIRT report.
i want to make report which the paper size is A4. i make a title in Header with center alignment.
but when i view in HTML or Viewer then the center alignment is not really center.
my question is how to make the report is really center follow the user resolution size of the user's monitor?
sorry, my English is bad.
Forgot to tell you, i can not set the width by percentage (%).
Thx Before
[Updated on: Sun, 31 July 2011 22:24] by Moderator
|
|
|
|
|
Re: How to set the layout of the report [message #708201 is a reply to message #707803] |
Tue, 02 August 2011 10:56  |
Eclipse User |
|
|
|
I do not know of an easy way to do this as the code is running on the
server and will not know what the size of the monitor is. You may be
able to use a text element containing client side javascript to resize
elements after it is rendered.
Jason
On 8/2/2011 12:18 AM, cbr125x wrote:
> Jason Weathersby wrote on Mon, 01 August 2011 11:40
>> It should be centering it based on the A4 width setting. Put a border
>> around the page (in master page) and it should be centered in the
>> middle of it. See attached example.
>>
>> Jason
>>
>> On 7/31/2011 10:12 PM, cbr125x wrote:
>> > It seems a simple question, but i really don't know how to solve this,
>> > also i don't get much info from googling.
>> >
>> > i'm new in Java an also for BIRT report.
>> > i want to make report which the paper size is A4. i make a title in
>> > Header with center alignment.
>> > but when i view in HTML or Viewer then the center alignment is not
>> > really center.
>> > my question is how to make the report is really center follow the user
>> > resolution size of the user's monitor? sorry, my English is bad.
>> >
>> > Thx Before
>
>
> it's not what i want. i want the border is center at our or user's monitor.
> btw thx jason for ur reply
>
|
|
|
Powered by
FUDForum. Page generated in 0.06635 seconds