Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » BIRT 2.5.1 - Remove Birt Report Viewer title bar(BIRT 2.5.1 - Remove Birt Report Viewer title bar)
BIRT 2.5.1 - Remove Birt Report Viewer title bar [message #508658] Tue, 19 January 2010 18:32 Go to next message
hazelj  is currently offline hazelj Friend
Messages: 7
Registered: October 2009
Junior Member
How do you remove the Birt Report Viewer title bar shown in the report?

In a previous versions it was by removing this:
<%= BirtResources.getMessage( ResourceConstants.BIRT_VIEWER_TITLE )%>

In the FramesetFragment.JSP page in the
WebViewerExample\webcontent\birt\pages\layout
Directory
Re: BIRT 2.5.1 - Remove Birt Report Viewer title bar [message #508715 is a reply to message #508658] Tue, 19 January 2010 23:14 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

You can add this to the url
&__showtitle=false

or modify FramesetFragment.jsp to remove this section:

<%
if( attributeBean.isShowTitle( ) )
{
%>
<TR CLASS='body_caption_top'>
<TD COLSPAN='2'></TD>
</TR>
<TR CLASS='body_caption' VALIGN='bottom'>
<TD COLSPAN='2'>
<TABLE BORDER=0 CELLSPACING="0" CELLPADDING="1px" WIDTH="100%">
<TR>
<TD WIDTH="3px"/>
<TD>
<B><%= attributeBean.getReportTitle( ) %>
</B>
</TD>
<TD ALIGN='right'>
</TD>
<TD WIDTH="3px"/>
</TR>
</TABLE>
</TD>
</TR>
<%
}
%>

Jason


hazelj wrote:
> How do you remove the Birt Report Viewer title bar shown in the report?
> In a previous versions it was by removing this:
> <%= BirtResources.getMessage( ResourceConstants.BIRT_VIEWER_TITLE )%>
>
> In the FramesetFragment.JSP page in the
> WebViewerExample\webcontent\birt\pages\layout
> Directory
>
Previous Topic:Filtering Total.count() on a dynamic value
Next Topic:Round rectangle
Goto Forum:
  


Current Time: Thu Apr 25 11:51:20 GMT 2024

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

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

Back to the top