Skip to content

Commit a146bf1

Browse files
author
epolevikov
committed
Update article
1 parent 3d75149 commit a146bf1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-a-report-to-a-transformation-based-data-source.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ author: Eugene Polevikov
55

66
# Bind a Report to a Transformation-Based Data Source
77

8-
If you bind a report to a **JSON**, **Object**, **Entity Framework**, or **XPO** data source that contains a collection property, you can flatten the data source structure:
8+
If you bind a report to a [JSON](bind-a-report-to-json-data.md), [Object](bind-a-report-to-an-object-data-source.md), [Entity Framework](bind-a-report-to-an-entity-framework-data-source.md), or [XPO](bind-a-report-to-an-xpo-persistent-object.md) data source that contains a collection property, you can flatten the data source structure:
99

1010
![](../../../../images/federated-data-source-transformation.png)
1111

1212
This tutorial illustrates how to use the **Federation Data Source**'s **Transformation** mode to flatten a JSON Data Source that contains a collection property.
1313

1414
## Create a Report and Bind it to a Data Source
1515

16-
1. **Create a new blank report**
16+
1. [Create a new blank report](../add-new-reports.md)
1717

18-
2. **Add a JSON data source**
18+
2. [Add a JSON data source](bind-a-report-to-json-data.md)
1919

2020
This tutorial uses the following JSON string:
2121

@@ -90,7 +90,7 @@ This tutorial illustrates how to use the **Federation Data Source**'s **Transfor
9090
]
9191
```
9292

93-
The **Field List** displays the created JSON data source.
93+
The [Field List](../report-designer-tools/ui-panels/field-list.md) displays the created JSON data source.
9494

9595
![](../../../../images/federated-data-source-json-field-list.png)
9696

@@ -108,7 +108,7 @@ The **Field List** displays the created JSON data source.
108108

109109
![](../../../../images/federated-data-source-add-query.png)
110110

111-
4. In the invoked **Query Builder**, select the **Transformation** query type. Select the data source or query that contains columns you want to transform. Select the **Transform** check box next to the column you need to unfold and flatten. The bottom pane allows you to specify the aliases for the generated columns.
111+
4. In the invoked [Query Builder](../report-designer-tools/query-builder.md), select the **Transformation** query type. Select the data source or query that contains columns you want to transform. Select the **Transform** check box next to the column you need to unfold and flatten. The bottom pane allows you to specify the aliases for the generated columns.
112112

113113
![](../../../../images/federated-data-source-transformation-query.png)
114114

@@ -120,11 +120,11 @@ The **Field List** displays the created Federation Data Source.
120120

121121
## Prepare the Report Layout
122122

123-
1. Set the **Landscape** orientation for report pages. Select the report and switch to the **Properties** panel. Enable the [Landscape] property.
123+
1. Set the **Landscape** orientation for report pages. Select the report and switch to the **Properties** panel. Enable the **Landscape** property.
124124

125125
![Set Landscape Page Orientation](../../../../images/federated-data-source-landscape-orientation.png)
126126

127-
2. Drop data fields from the **Field List** onto the report's [Detail] band. Hold CTRL or SHIFT and click the fields to select multiple fields.
127+
2. Drop data fields from the **Field List** onto the report's [Detail](../introduction-to-banded-reports.md) band. Hold CTRL or SHIFT and click the fields to select multiple fields.
128128

129129
![Drop Fields Onto the Report](../../../../images/federated-data-source-drop-fields.png)
130130

0 commit comments

Comments
 (0)