Skip to content

Commit b5a10b8

Browse files
authored
Review and update articles (#1772)
1 parent 617f17e commit b5a10b8

File tree

10 files changed

+506
-364
lines changed

10 files changed

+506
-364
lines changed

user-guide/components/charts.md

Lines changed: 110 additions & 68 deletions
Large diffs are not rendered by default.

user-guide/components/components.md

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Overview
33
page_title: Components - Overview
44
description: Explore the available report components offered by the Web Report Designer.
55
slug: web-report-designer-user-guide-components
6-
tags: web, report, design, report, components, overview
6+
tags: web, report, design, components, overview
77
published: True
88
position: 0
99
---
@@ -21,30 +21,39 @@ table th:nth-of-type(2) {
2121
}
2222
</style>
2323

24-
# Components - Overview
24+
# Components Overview
2525

26-
Each report is constructed by [report items]({%slug user-guide/components/report-items%}) organized in different groups in the **Components** tab based on their purpose.
27-
The Components Tray lists the available report components that can be added to the web design report. The items are organized in groups based on their type. The area supports two kinds of layout - grid and list. The list is the default view.
26+
Each report is constructed from [report items]({%slug user-guide/components/report-items%}). All report items that you can add to your report design are organized in different groups (categories) in the **Components** tab.
27+
28+
The Components tab lists the available report components that you can add to your report design. The items are organized in groups based on their type and functionality. The tab supports two layout modes&mdash;grid and list. The list view is the default mode.
29+
30+
## How to Use Components
31+
32+
You can add components to your report in two ways:
33+
34+
* Drag and drop&mdash;Click the report's design surface and drag a component from the Components tab onto the report.
35+
* Click to add&mdash;Click the desired location in your report, then click the component in the Components tab.
2836

2937
![Components tray in List Mode ><](images/wrd-components-tray-design-mode.png)
3038

31-
|Group|Report Items|
39+
|Group (Category)|Report Items|
3240
|----|----|
33-
|[Report Items]({%slug user-guide/components/report-items%}) - The main building parts used in the report depending on the data that will be displayed, e.g. a TextBox item for static or data-bound text, a PictureBox for displaying images, a Barcode for showing barcode in a label report, etc.|<ul><li>TextBox</li><li>HtmlTextBox</li><li>PictureBox</li><li>CheckBox</li><li>Barcode</li><li>Shape</li><li>Panel</li><li>Radial Gauge Wizard</li><li>Linear Gauge Wizard</li></ul>|
41+
|[Report Items]({%slug user-guide/components/report-items%}) - The main building blocks used in the report depending on the data that will be displayed, e.g. a TextBox item for static or data-bound text, a PictureBox for displaying images, a Barcode for showing a barcode in a label report, etc.|<ul><li>TextBox</li><li>HtmlTextBox</li><li>PictureBox</li><li>CheckBox</li><li>Barcode</li><li>Shape</li><li>Panel</li><li>Radial Gauge Wizard</li><li>Linear Gauge Wizard</li></ul>|
3442
|[Tables]({%slug web-report-designer-user-guide-components-tables%}) - The Table report item is a generalized layout report item that displays report data in cells that are organized into rows and columns.|<ul><li>List</li><li>Table</li><li>Crosstab</li><li>Table Wizard</li><li>Crosstab Wizard</li></ul>|
35-
|Report - The SubReport item enables you to display reports within reports and serves as a container, similar to the report sections, growing in size depending on its children.|<ul><li>SubReport</li></ul>|
36-
|[Maps]({%slug web-report-designer-user-guide-components-maps%}) - The Map report item is a native Telerik Reporting item which enables you to visualize an aggregated business data in a geographical manner.|<ul><li>Map types: Point, Pie, Column</li><li>Choropleth</li></ul>|
43+
|[Reports]({%slug telerikreporting/designing-reports/report-structure/subreport%}) - The SubReport item enables you to display reports within reports and serves as a container, similar to the report sections, growing in size depending on its children.|<ul><li>SubReport</li></ul>|
44+
|[Maps]({%slug web-report-designer-user-guide-components-maps%}) - The Map report item is a native Telerik Reporting item which enables you to visualize aggregate business data in a geographical manner.|<ul><li>Map types: Point, Pie, Column</li><li>Choropleth</li></ul>|
3745
|[Charts]({%slug web-report-designer-user-guide-components-charts%}) - The Graph report item is a native Telerik Reporting item that allows you to generate different Chart types (objects) and visually present large volumes of aggregated information.|<ul><li>Bar Chart</li><li>Line Chart</li><li>Area Chart</li><li>Column Chart</li><li>Pie Chart</li><li>Doughnut Chart</li></ul>|
3846
|[Report Sections]({%slug user-guide/components/report-sections%}) - A Telerik report consists of different sections that may contain report items. Each report section represents a specific area on the report page and defines the rendering of its report items.|<ul><li>Page Header</li><li>Page Footer</li><li>Report Header</li><li>Report Footer</li><li>Table of Contents</li></ul>|
39-
|[DataSources]({%slug web-report-designer-user-guide-components-data-sources%}) - Data Source components are used to connect data items to different types of data without writing any code.|<ul><li>SQL Data Source</li><li>CSV Data Source</li><li>Web Service Data Source</li><li>GraphQL Data Source</li><li>JSON Data Source</li><li>Object Data Source</li></ul>|
47+
|[Data Sources]({%slug web-report-designer-user-guide-components-data-sources%}) - Data Source components are used to connect data items to different types of data without writing any code.|<ul><li>SQL Data Source</li><li>CSV Data Source</li><li>Web Service Data Source</li><li>GraphQL Data Source</li><li>JSON Data Source</li><li>Object Data Source</li></ul>|
4048

4149
## Next Steps
4250

43-
* [Report Items]({%slug user-guide/components/report-items%})
44-
* [Configuring DataSources]({%slug web-report-designer-user-guide-components-data-sources%})
51+
* [Learn about Report Items]({%slug user-guide/components/report-items%})
52+
* [Configure Data Sources]({%slug web-report-designer-user-guide-components-data-sources%})
53+
* [Explore Report Sections]({%slug user-guide/components/report-sections%})
54+
* [Create Your First Report]({%slug web-report-designer-user-guide-getting-started%})
4555

4656
## See Also
4757

48-
* [Web Report Designer]({%slug telerikreporting/designing-reports/report-designer-tools/web-report-designer/overview%})
49-
50-
58+
* [Report Structure]({%slug user-guide/report-structure%})
59+
* [Working with Tables]({%slug web-report-designer-user-guide-components-tables%})

0 commit comments

Comments
 (0)