Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Disabling viewer options for birt reports J2EE (Eclispe)(Showing report to a particular user(role) using the application.)
Disabling viewer options for birt reports J2EE (Eclispe) [message #642161] Tue, 30 November 2010 08:02 Go to next message
vikas singla is currently offline vikas singlaFriend
Messages: 2
Registered: November 2010
Junior Member
Hi I have to display a birt report where I need to disable the viewer options. For example on top of every report there is run report option where I can change the parameters and see the report. I want to disable that option. I am displaying this report on click of a link in the browser.

Any Ideas?

Thanks
Re: Disabling viewer options for birt reports J2EE (Eclispe) [message #642264 is a reply to message #642161] Tue, 30 November 2010 16:05 Go to previous messageGo to next message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

You could change the JSP fragment that displays the toolbar.
Look at ToolbarFragment.jsp
in the \webcontent\birt\pages\control
folder of the viewer.

remove this section:

<TD WIDTH="15px">
<INPUT TYPE="image" NAME='parameter'
SRC="birt/images/Report_parameters.gif"
TITLE="<%= BirtResources.getHtmlMessage(
"birt.viewer.toolbar.parameter" )%>"
ALT="<%= BirtResources.getHtmlMessage(
"birt.viewer.toolbar.parameter" )%>" CLASS="birtviewer_clickable">
</TD>

Jason


On 11/30/2010 3:02 AM, vikas singla wrote:
> Hi I have to display a birt report where I need to disable the viewer
> options. For example on top of every report there is run report option
> where I can change the parameters and see the report. I want to disable
> that option. I am displaying this report on click of a link in the browser.
>
> Any Ideas?
>
> Thanks
>
Re: Disabling viewer options for birt reports J2EE (Eclispe) [message #642374 is a reply to message #642264] Wed, 01 December 2010 05:31 Go to previous message
vikas singla is currently offline vikas singlaFriend
Messages: 2
Registered: November 2010
Junior Member
Thanks for the help!! It worked
Previous Topic:Birt Deployment error - is it a bug?
Next Topic:Running Birt in Linux for Domino designer
Goto Forum:
  


Current Time: Tue Apr 23 17:35:10 GMT 2024

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

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

Back to the top