Crystal Reports · JSON Structure

Crystal Reports Subreport Structure

A subreport embedded within the main report

Type: object Properties: 2
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

Subreport is a JSON Structure definition published by Crystal Reports, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name uri

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/crystal-reports/refs/heads/main/json-structure/crystal-reports-subreport-structure.json",
  "name": "Subreport",
  "description": "A subreport embedded within the main report",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Subreport name",
      "example": "OrderDetails"
    },
    "uri": {
      "type": "string",
      "description": "URI to access the subreport",
      "example": "/biprws/infostore/5765/rpt/subreport/OrderDetails"
    }
  }
}