Skip to content

Commit b28c393

Browse files
committed
Replace overview image
1 parent 72e4580 commit b28c393

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

designing-reports/report-designer-tools/web-report-designer/user-guide/introduction-wrd.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ The Web Report Designer User Guide is intended to assist the users of business a
1818

1919
The Web Report Designer is a tool developed to let business application users design, create, and export reports directly in their web browser without needing any additional software. The reports can source their data from various databases, for example, relational, multi-dimensional, ORM, or custom data-layer-based data sources.
2020

21-
![Main areas and functionalities of the Telerik Web Report Designer](../images/Designer/web-report-designer-dashboard.png)
21+
![Main areas and functionalities of the Telerik Web Report Designer](./images/wrd-components-callouts.png)
22+
23+
1. Main menu—allows you to open or close reports, create new ones, access workspace-related preferences and more.
24+
1. Components tab—provides access to all components that you can include in you report, for example, items, tables, charts, sections and others.
25+
1. Currently opened report—allows you to switch between the opened reports.
26+
1. Explorer tab—represents the structure of the report as a tree.
27+
1. Search box—enables the quick access to report items and components.
28+
1. Design surface—represents the layout of the report.
29+
1. Properties area—provides access to the properties of the currently selected report component.
2230

2331
## What's in this User Guide?
2432

designing-reports/report-designer-tools/web-report-designer/user-guide/report-structure.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ In addition to the default sections above, you can also add:
2222

2323
* Table of Contents (TOC)
2424
* Report Header
25+
* Report Footer
2526
* Report Groups
2627
* Group Header
2728
* Group Footer
28-
* Report Footer
2929

3030
## Page Header
3131

@@ -52,18 +52,6 @@ Use the report header to place information typical for a cover page, such as log
5252
* If you place a Page Header on the first page, the Report Header will appear after it.
5353
* If the report has a TOC section, you can place it before or after the Report Header.
5454

55-
## Report Groups
56-
57-
Report groups allow you to visually separate logically related data sets. To show the group boundaries and display introductory and summary information for each group, you can use group header and footer sections. For example, you can use different report groups to represent the detailed sales data for each region, and the group header may contain the name of the region while the footer can contain the total number of sales for that specific region.
58-
59-
## Group Header
60-
61-
The Group Header section is printed at the beginning of each new group of records. Use the group header to print the group name. For example, in a report that is grouped by product, use the group header to print the product name.
62-
63-
## Group Footer
64-
65-
The Group Footer section is printed at the end of each group of records. Use a group footer to print a summary related to the group.
66-
6755
## Report Footer
6856

6957
Use the report footer to print report totals or other summary information for the entire report. The Report Footer section is printed once at the end of the report:
@@ -79,6 +67,18 @@ Report items are the individual elements or components that make up a report. Th
7967
* Images representing the company logo or brands.
8068
* Charts showing sales data, such as product sales by region.
8169

70+
## Report Groups
71+
72+
Report groups allow you to visually separate logically related data sets. To show the group boundaries and display introductory and summary information for each group, you can use group header and footer sections. For example, you can use different report groups to represent the detailed sales data for each region, and the group header may contain the name of the region while the footer can contain the total number of sales for that specific region.
73+
74+
## Group Header
75+
76+
The Group Header section is printed at the beginning of each new group of records. Use the group header to print the group name. For example, in a report that is grouped by product, use the group header to print the product name.
77+
78+
## Group Footer
79+
80+
The Group Footer section is printed at the end of each group of records. Use a group footer to print a summary related to the group.
81+
8282
## Next Steps
8383

8484
* [Reference 1]()

0 commit comments

Comments
 (0)