diff --git a/content/docs/core/report-schema.mdx b/content/docs/core/report-schema.mdx index 9c6f53173f..e9bebdc6f4 100644 --- a/content/docs/core/report-schema.mdx +++ b/content/docs/core/report-schema.mdx @@ -1,5 +1,5 @@ --- -title: "Report Schema (ReportSchema)" +title: "Report Schema (ReportComponentSchema)" description: "Enterprise reports with aggregation, export, and scheduling" --- @@ -7,11 +7,11 @@ 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 @@ -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