Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions content/docs/core/report-schema.mdx
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
---
title: "Report Schema (ReportSchema)"
title: "Report Schema (ReportComponentSchema)"
description: "Enterprise reports with aggregation, export, and scheduling"
---

import { SchemaExample } from '@/app/components/ComponentDemo';

# Report Schema

The `ReportSchema` enables creating comprehensive data reports with field aggregation, multiple export formats, and automated scheduling.
The `ReportComponentSchema` enables creating comprehensive data reports with field aggregation, multiple export formats, and automated scheduling.

## Overview

ReportSchema provides:
ReportComponentSchema provides:
- **Field aggregation** - Sum, average, count, min, max, distinct
- **Export formats** - PDF, Excel, CSV, JSON, HTML
- **Scheduled reports** - Daily, weekly, monthly, quarterly, yearly
Expand DownExpand Up@@ -455,7 +455,7 @@ if (result.success) {

## Use Cases

ReportSchema is perfect for:
ReportComponentSchema is perfect for:

- **Analytics dashboards** - Display key business metrics and KPIs
- **Business intelligence** - Generate insights from operational data
Expand Down