Jump to content
We've recently updated our Privacy Statement, available here ×

alexmich

Members
  • Posts

    5
  • Joined

  • Last visited

alexmich's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi everyone, I wonder if it is possible to show lines between points on a google map using jaspersoft. This map would be similar to airline service routes maps. Your suggestions, ideas or any useful information links are greatly appreciated. Thank you. alexMich
  2. Hi everyone, I need to display all the report export formats for users with administrator role only and to remove the Flash, ODS and ODT export formats for users without administrator role. I tried to do so by accomplishing 12 tasks*. After the tasks I ran the following test: a- I logged in as jasperadmin, I saw all the export formats. b- I logged in as joeuser, Flash, ODS and ODT were removed from the export menu. c- I logged back in as jasperadmin, Flash, ODS and ODT were removed from the export menu. I had to restart Tomcat to get all the export formats for jasperadmin. Your help is greatly appreciated in this matter. By the way, I am doing this on Jasper v4.5. Thank you very much. alexMichel *Below are the tasks I accomplished. 1- Stop Tomcat. 2- Open the file “C:Program Filesjasperperreports-server-4.5apache-tomcatwebappsjasperserver-proWEB-INFjspmodulesviewReportDefaultJasperViewerState.jsp”. 3- Between “Map configuredExporters = (Map) request.getAttribute("configuredExporters");” and the for-loop, add the following lines- see screenshot-1. configuredExporters.remove("swf"); configuredExporters.remove("ods"); configuredExporters.remove("odt"); 4- Save the file as CustomJasperViewerState.jsp in the same directory. 5- In the same directory create a backup copy of the file “DefaultJasperViewer.jsp”- for example, “BACKUP_DefaultJasperViewer.jsp”. 6- Open the file ”DefaultJasperViewer.jsp”. 7- Add the following taglib directive- see screenshot-2. http://www.springframework.org/security/tags" prefix="authz"%> 8- Under “ ” add the following lines - see screenshot-3. 9- Save the file in the same directory. 10- Start Tomcat. 11- Check the export menu when being logged in as jasperadmin (looks like screenshot-4). 12- Check the export menu when logged in as joeuser (looks like screenshot-5). Screenshot-1 Screenshot-2 Screenshot-3 Screenshot-4 Screenshot-5
  3. Hi everyone, I am using iReport Designer for a project. Unfortunately, the menu items are in German. Please let me know how I can change the language of the menu items in iReport from German to English. Your help is very appreciated. Thank you. Alex
  4. Thank you, Khahn. I am going to try. I'll let you know how it goes. Alex
  5. Hi, I need to add another button next to "View", "Create" and "Manage" on the Home/Getting Started page. Once the user click that button, he or she must be directed to the Repository's Reports. I would appreciate it if someone could give me some ideas regarding this matter. Thank you. Alex
×
×
  • Create New...