Crystal Reports · JSON Structure

Crystal Reports Instance Form Structure

Form for creating a transient report instance

Type: object Properties: 2
Business IntelligenceCrystal ReportsData AnalyticsEnterprise SoftwareReportingSAP

InstanceForm 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

SuppressData ConnectionInfo

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-instance-form-structure.json",
  "name": "InstanceForm",
  "description": "Form for creating a transient report instance",
  "type": "object",
  "properties": {
    "SuppressData": {
      "type": "boolean",
      "description": "Whether to suppress data retrieval during instance creation",
      "example": false
    },
    "ConnectionInfo": {
      "$ref": "#/components/schemas/ConnectionInfo"
    }
  }
}