Skip to main content



      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 03:02 Go to next message
Eclipse UserFriend
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 11:05 Go to previous messageGo to next message
Eclipse UserFriend
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 00:31 Go to previous message
Eclipse UserFriend
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: Wed Jul 23 18:07:00 EDT 2025

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

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

Back to the top