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

Steve Park

Members
  • Posts

    76
  • Joined

  • Last visited

Community Answers

  1. Steve Park's post in Adhoc View - Change default nodata option was marked as the answer   
    Unfortunately, I don't think there's a way to set this dynamically via a URL parameter.  The only way I've found to change this is to edit the <jasperserver-pro>/WEB-INF/applicationContext-adhoc.xml file and add the following property to the adhocUnifiedStateTemplate bean definition:
    <property name="dataSize" value="nodata"/>
    Then restart the server.  I hope that helps.
  2. Steve Park's post in JasperReports Server Security was marked as the answer   
    Hi Peter,
    The security is set up to cascade.  For instance, if you set the reports folder permissions, they should cascade through all three subfolders.  Then you would override the permissions on the individual folders as needed.  If you're not already using them, I'd suggest using roles as well.  Then that way you could have multiple users assigned to a role and not need to set permissions for all of the individual users.
    I hope that helps.
    Steve
×
×
  • Create New...