Crystal Reports · Example Payload

Crystal Reports Report Structure Example

Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

Crystal Reports Report Structure Example is an example object payload from Crystal Reports, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datasourcesusedfieldsgroupconditionsparameterssummaryrunningtotalsformulassubreports

Example Payload

Raw ↑
{
  "datasources": [
    "example_value"
  ],
  "usedfields": [
    "example_value"
  ],
  "groupconditions": [
    "example_value"
  ],
  "parameters": [
    "example_value"
  ],
  "summary": [
    "example_value"
  ],
  "runningtotals": [
    "example_value"
  ],
  "formulas": [
    "example_value"
  ],
  "subreports": [
    "example_value"
  ]
}