report.rdlx-json 298 B

1234567891011121314151617
  1. {
  2. "Name": "Report",
  3. "Body": {
  4. "ReportItems": [
  5. {
  6. "Type": "textbox",
  7. "Name": "TextBox1",
  8. "Value": "Hello, ActiveReportsJS Viewer",
  9. "Style": {
  10. "FontSize": "18pt"
  11. },
  12. "Width": "8.5in",
  13. "Height": "0.5in"
  14. }
  15. ]
  16. }
  17. }