Skip to content

Commit 0114331

Browse files
author
Natalia Kazakova
committed
add updates
1 parent 7055d4c commit 0114331

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

reporting-for-desktop/articles/report-designer/report-designer-for-winforms/use-report-elements/bind-controls-to-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ author: Anna Gubareva
44
---
55
# Bind Report Controls to Data (Expression Bindings)
66

7-
You can use the following approaches to include a data source's information in your report:
7+
You can use the following approaches to include data source information in your report:
88

99
* [Use the Field List](#use-the-field-list)
1010
* [Use the Smart Tag](#use-the-smart-tag)
1111
* [Use the Property Grid](#use-the-property-grid)
1212

1313
## Use the Field List
1414

15-
After you [bind your report to data](../bind-to-data.md), the [Field List](../report-designer-tools/ui-panels/field-list.md) panel displays the data source's hierarchy and provides access to the available data fields.
15+
After you [bind your report to data](../bind-to-data.md), the [Field List](../report-designer-tools/ui-panels/field-list.md) panel displays the data source hierarchy and provides access to available data fields.
1616

1717
Drop a data field from this panel onto a report's surface to create a new report control bound to the corresponding field.
1818

reporting-for-web/articles/report-designer/create-reports/table-reports.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ author: Anna Vekhina
44
---
55
# Table Reports
66

7-
This tutorial describes how to create a data-bound report displaying information in a tabular format. Table reports should not be confused with hierarchical [master-detail reports](master-detail-reports-with-detail-report-bands.md), nor with [cross-tab reports](cross-tab-reports.md).
7+
This tutorial describes how to create a data-bound report that displays information in a tabular format. Table reports should not be confused with hierarchical [master-detail reports](master-detail-reports-with-detail-report-bands.md), nor with [cross-tab reports](cross-tab-reports.md).
88

99
![](../../../images/eurd-web-table-report-result.png)
1010

1111
1. [Create a new report](../add-new-reports.md) or [open an existing one](../open-reports.md).
1212

1313
2. [Bind the report](../bind-to-data.md) to a required data source.
1414

15-
3. Add the [Page Header](../introduction-to-banded-reports.md) band to the report to print the column headers at the top of every document page. To do this, from the report's context menu, select the **Insert Page Header Band** command.
15+
3. Add the [Page Header](../introduction-to-banded-reports.md) band to the report to print the column headers at the top of every document page. To do this, select the **Insert Page Header** Band command from the report's context menu.
1616

1717
![](../../../images/eurd-web-table-report-insert-page-header.png)
1818

@@ -40,12 +40,13 @@ This tutorial describes how to create a data-bound report displaying information
4040

4141
![](../../../images/eurd-web-table-report-format-string.png)
4242

43-
9. To further improve the table readability, you can apply different visual styles to its odd and even rows. See [Report Visual Styles](../customize-appearance/report-visual-styles.md) to learn more.
43+
9. To further improve table readability, you can apply different visual styles to odd and even rows. See [Report Visual Styles](../customize-appearance/report-visual-styles.md) to learn more.
4444

4545
![](../../../images/eurd-web-table-report-odd-even-styles.png)
46-
47-
See the [Use Tables](../use-report-elements/use-tables.md) section to learn how to add or remove the table's rows and cells, as well as convert the table's cells to separate label controls.
4846

49-
Switch to [Print Preview](../preview-print-and-export-reports.md) to see the resulting report.
47+
See the [Use Tables](../use-report-elements/use-tables.md) section to learn how to add or remove table rows and cells, and how to convert table cells to separate label controls.
48+
49+
50+
Switch to [Print Preview](../preview-print-and-export-reports.md) to see the generated report.
5051

5152
![](../../../images/eurd-web-table-report-result.png)

reporting-for-web/articles/report-designer/report-designer-tools/ui-panels/field-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following actions are available in the Field List for data source customizat
1919
|---|---|
2020
| ![](../../../../images/eurd-web-fieldlist-add-data-source-button.png) | Invokes the Data Source Wizard. |
2121
| ![](../../../../images/eurd-web-fieldlist-data-source-rename.png) | Renames the selected data source. |
22-
| ![](../../../../images/eurd-web-fieldlist-data-source-rebuild-result-schema.png) | Rebuilds the result schema for the selected data source. |
22+
| ![](../../../../images/eurd-web-fieldlist-data-source-rebuild-result-schema.png) | Rebuilds the generated schema for the selected data source. |
2323
| ![](../../../../images/eurd-web-fieldlist-data-source-edit-relationships.png) | Invokes the [Master-Detail Relation Editor](../master-detail-relation-editor.md). |
2424
| ![](../../../../images/eurd-web-fieldlist-data-source-add-calculated-field.png) | Adds a calculated field. |
2525
| ![](../../../../images/eurd-web-fieldlist-data-source-add-query.png) | Invokes the **Create a Query or Select a Stored Procedure** wizard page. |

reporting-for-web/articles/report-designer/use-report-elements/bind-controls-to-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ author: Anna Vekhina
44
---
55
# Bind Report Controls to Data
66

7-
You can use the following approaches to include a data source's information in your report:
7+
You can use the following approaches to include data source information in your report:
88

99
* [Use the Field List](#use-the-field-list)
1010
* [Use the Properties Panel](#use-the-properties-panel)
1111

1212
## Use the Field List
1313

14-
After you [bind your report to data](../bind-to-data.md), the [Field List](../report-designer-tools/ui-panels/field-list.md) panel displays the data source's hierarchy and provides access to the available data fields.
14+
After you [bind your report to data](../bind-to-data.md), the [Field List](../report-designer-tools/ui-panels/field-list.md) panel displays the data source hierarchy and provides access to available data fields.
1515

1616
Drop a data field from this panel onto a report's surface to create a new report control bound to the corresponding field.
1717

@@ -21,7 +21,7 @@ Drop a data field onto an existing control to bind this control to the correspon
2121

2222
![](../../../images/eurd-web-field-list-drop-field-to-control.png)
2323

24-
You can also drop an entire data table onto a report to create a [Table](../use-report-elements/use-tables.md) control with its cells bound to the corresponding data table fields.
24+
You can also drop an entire data table onto a report to create a [Table](../use-report-elements/use-tables.md) control with its cells bound to corresponding data table fields.
2525

2626
![](../../../images/eurd-web-field-list-drop-table.png)
2727

0 commit comments

Comments
 (0)