{
  "layout": "report",
  "caption":["Customer Report"],
  "fields":[
    {"control":"button","value":"Run Report","onclick": "XPage.RunReport();"}
  ],
  "reportdata": {
    "cust": { "sql": "select cust_id,cust_name from cust" }
  }
}