Questions tagged [jasperserver]

JasperReports Server (formerly known as JasperServer) is a stand-alone and embeddable reporting server. Make sure your question also have the jasper-reports tag and add this tag only if the question is specifically related to JasperReports server (configuration, interface development, deployment etc. of server)

JasperReports Server is a stand-alone and embeddable reporting server, enabling information delivery on a real-time or scheduled basis to the web, a printer, or to a variety of file formats.

Build a report in Jaspersoft Studio (or the older design tool iReport) and then deploy it to a JasperReports Server.

The report can then be executed, exported to a desired output, or scheduled to execute at a later date.

Some of the features provided by JasperReports Server:

  • Reports Management - Create, schedule, update reports through a web-interface
  • OLAP - jPivot base OLAP View. It supports Mondrian database.
  • Ad Hoc Reports - Generate your own report from OLAP Connection or Domains in run-time (available in commercial version only)
  • User and Role Management which grants access to resources based on roles
  • Multi-tenancy and Cloud Support
  • JasperETL - An ETL solution based on Talend

There are several editions of JasperReports Server - Community and several Commercial.

The features of Commercial Editions are:

  1. Ad hoc Reporting

    • Web-based, drag-and-drop report designer creates interactive reports for dashboards, email distribution, or within a web application
    • Metadata layer masks complex data descriptions with simplified business user-friendly names
    • Web-based reports provide rich, interactive reports with drill down, filtering, animated charting, and more
  2. Dashboards

    • Web-based, drag-and-drop dashboard designer
    • Single report and dashboard-level parameters drive user interaction
    • Free-form layout designer for customized dashboard design

Editions

Source code

Samples

References

Official Bug Tracker

1103 questions
0
votes
1 answer

Jasperserver - dashboard

How can I remove login page of jasperserver-pro webapp. I want to embedd jasperserver dashboard as an iframe into external dashboard (outside jasperserver)
Madhup Srivastava
  • 446
  • 1
  • 6
  • 18
0
votes
0 answers

How to get interactive html output from JasperReports?

I am using JasperReports to generate various high end reports. But my requirement is for web based dynamic reports. The output is in html format and I want it to be interactive and not static. The functionalities similar to Jquery DataTables (like…
Kahini Wadhawan
  • 454
  • 1
  • 4
  • 13
0
votes
1 answer

JasperReports Server Null pointer exception after CAS integration

I have followed the guide on this wiki to integrate JasperReports Server 4.7.1 Pro with CAS authentication. The authentication is done successfully and I am able to redirect to the home flow, /jasperserver-pro/flow.html?_flowId=homeFlow. But all of…
MGB
  • 81
  • 1
  • 4
0
votes
1 answer

jasper server conditional mandatory on input controls

My question relates to jasper server 3.71 How can I conditionally make an input control mandatory. I wish to force the user to select from one query or another. In my case they must select from a list of Divisions OR from a list of Clients. With…
Mark
  • 1
  • 2
0
votes
1 answer

Is there anything like JasperForm

I am using Jaspersoft iReport & Jasperserver, I want to take many input from user in Jasperserver & using that values,want to generate dynamic query mysql at back end in server to show report.
Sagar Nikam
  • 1,708
  • 3
  • 22
  • 35
0
votes
2 answers

What is a reporting server?

What is the need of a reporting server? What do I miss out by not using a reporting server and instead using a reporting library? Reporting libraries like Jasper can easily generate a report and can be embedded anywhere, be that Servlet or a desktop…
Kshitiz Sharma
  • 17,947
  • 26
  • 98
  • 169
0
votes
0 answers

How to restrict to view some sub-reports based on user role

Possible Duplicate: Hiding reports from specific user I have a master report with several subreports in it. How can I restrict users based on their roles to view some of the subreports in JasperReports/JasperReports Server?
cjava
  • 656
  • 1
  • 8
  • 22
0
votes
2 answers

JasperServer with PHP

I tried to run a sample PHP code that comes with JasperServer. When I load index.php, I got the following message: Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\pear\HTTP\Request.php on line…
wannik
  • 12,212
  • 11
  • 46
  • 58
0
votes
0 answers

Jasperserver URL - PHP

When I log in on Jasperserver, everything is ok. I can execute all the reports with parameters. But when I log in through PHP with that…
user1756365
  • 135
  • 3
  • 12
0
votes
2 answers

JasperReports parameters works in iReport but fails on JasperReports Server (II)

I have a very similar problem to the one described at [JasperReport parameters works in iReport but fails on JasperServer] post. The report works properly within the iReport environment using Preview option but fails within JasperReports Server The…
TocToc
  • 4,739
  • 4
  • 29
  • 34
0
votes
0 answers

Login on Jasperserver with php

I have an open source CRM system (vTiger) Now I want add a button and when I click on that button it opens my jasperserver url , but already logged in with username and password I provide through php... How can I login with PHP in jasperserver? Is…
user1756365
  • 135
  • 3
  • 12
0
votes
1 answer

Hide JRXML from customers, if they also use JasperReports Server?

Our requirement is to hide JRXML from customer, actually we have to install JasperReports Server on the customer machine and all the report will be there only. If they install iReport then they will be also able to see our JRXL code. How I can…
Sharad
  • 3,562
  • 6
  • 37
  • 59
0
votes
1 answer

Hyperlink on table not working in JasperReports Server 4.7.0

I've installed JasperReports Server 4.7.0 and have designed a report with table and the table contain two fields, one of the field contain hyperlink. The report run perfectly but when I click the hyperlink field the formatting hide column option…
mathi
  • 1,127
  • 12
  • 19
0
votes
2 answers

JasperServer MalformedURLException

I'm using JasperServer 4.5.0 and Jaspersoft Studio 1.1.2. I made ​​a report and uploaded it to the server host without problems. But when I view it, it throws this exception message: com.jaspersoft.jasperserver.api.JSExceptionWrapper:…
0
votes
1 answer

Hiding reports from specific user

I have made a drill down report which contains 5 subreports, all of them are connected using Hyperlink section. I want users only to view the main drill down report, I mean first label of drill down. If I set Execute Only permission for the…
Shankar Panda
  • 736
  • 3
  • 11
  • 27