Skip to main content



      Home
Home » Archived » BIRT » How to clean 'Border' in web browser using frameset way?
How to clean 'Border' in web browser using frameset way? [message #989409] Thu, 06 December 2012 01:39 Go to next message
Eclipse UserFriend
Hi,

I'm new in BIRT.

I can show birt report in web browser using frameset way to display page break.
However, It appears a 'border' in web browser, my clients can not to accept it. When I designed the report, i was not used any borders in my reports at all. I made a simple demo as below.
index.php/fa/12620/0/

I modified the css file(webcontent\birt\styles\style.css) to clean the 'border'. Details as below:
.birtviewer_document_fragment
{
overflow:auto;
position:relative;
border-style: solid;
border-width: 2px;
border-top-color: #404040;
border-left-color: #404040;
border-right-color: #D0D0D0;
border-bottom-color: #D0D0D0;
}

.birtviewer_document_fragment
{
overflow:auto;
position:relative;
border-style: none;
border-width: 0px;
border-top-color: #404040;
border-left-color: #404040;
border-right-color: #D0D0D0;
border-bottom-color: #D0D0D0;
}

But, I failed. So I am eager to know how to clean the 'border', like this
index.php/fa/12621/0/

I greatly appreciate all help.

Thanks.
  • Attachment: 1.jpg
    (Size: 38.53KB, Downloaded 1200 times)
  • Attachment: 2.jpg
    (Size: 13.61KB, Downloaded 953 times)
Re: How to clean 'Border' in web browser using frameset way? [message #989550 is a reply to message #989409] Thu, 06 December 2012 12:21 Go to previous messageGo to next message
Eclipse UserFriend
You might check the master page tab in the designer. Go to the property editor after clicking on the master page tab under the design window and choose the border section in the property editor and make sure there isn't a border. What is your BIRT version?
Re: How to clean 'Border' in web browser using frameset way? [message #989624 is a reply to message #989550] Thu, 06 December 2012 21:40 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for your reply.
The version is V4.2.1.
I had tried it before you gave this suggestion, but it didn't work. So I modified the .CSS file(as above), the border was still there. I am confused, there isn't any border in the repor, and i modify the .CSS file, why the border is still there?

[Updated on: Thu, 06 December 2012 23:18] by Moderator

Re: How to clean 'Border' in web browser using frameset way? [message #989626 is a reply to message #989624] Thu, 06 December 2012 23:32 Go to previous messageGo to next message
Eclipse UserFriend
In the designer, I used 'View Report in Web Viewer' to preview the report, the border appears. When I userd 'View Report as HTML' to preview the report, there is no borders in the report.
Re: How to clean 'Border' in web browser using frameset way? [message #989627 is a reply to message #989626] Thu, 06 December 2012 23:35 Go to previous messageGo to next message
Eclipse UserFriend
I deployed the report in a web application in Tomcat. I used the URL(.../MyApp/frameset?__report=MyFirstReport.rptdesign&__showtitle=false&__toolbar=false) to access the report. The border appears as you see the above picture. So, I want to know how to clean the border? Modify the sourse files or change the URL parameters?
Re: How to clean 'Border' in web browser using frameset way? [message #989808 is a reply to message #989627] Fri, 07 December 2012 18:53 Go to previous messageGo to next message
Eclipse UserFriend
For the record, I only see this in IE. This doesn't happen in FF or Chrome. I've not pinned it down, quite yet, but a workaround is that you can set the border for your masterpage to be white and it will cover up whatever that border is, in IE. I'll let you know if I figure out what's causing it.
Re: How to clean 'Border' in web browser using frameset way? [message #989843 is a reply to message #989808] Sat, 08 December 2012 05:29 Go to previous messageGo to next message
Eclipse UserFriend
Much appreciated!

Out of my expectation, what a smarter way!



Re: How to clean 'Border' in web browser using frameset way? [message #989856 is a reply to message #989843] Sat, 08 December 2012 10:05 Go to previous message
Eclipse UserFriend
You're welcome!
Previous Topic:Need help with Blob and Sqlite
Next Topic:Birt report viewer source: where are GET report parameters set/initialized in source code ?
Goto Forum:
  


Current Time: Wed Jul 23 22:45:56 EDT 2025

Powered by FUDForum. Page generated in 0.04898 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top