Skip to content

Instantly share code, notes, and snippets.

@masanobuimai
Created February 17, 2009 08:44
Show Gist options
  • Save masanobuimai/65647 to your computer and use it in GitHub Desktop.
Save masanobuimai/65647 to your computer and use it in GitHub Desktop.
Grails:DynamicJasperの最も簡単な例
class Person {
def static reportable = true
def static reportFileName = 'person-report'
String name
Integer age
}
http://localhost:8080/GRAILS_APPS/djReport?entity=person&reportFormat=XLS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment