Skip to content

Commit 8ac85d0

Browse files
author
Eugene Polevikov (DevExpress)
committed
Merge branch 'polevikov-updated-manage-queries-dialog' into 21.2
2 parents 939b0e3 + ef7399e commit 8ac85d0

15 files changed

+47
-3
lines changed

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

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,31 @@ The Wizard creates a new **FederationDataSource** that includes the single query
5656

5757
![](../../../../images/eurd-data-federation-data-source-structure.png)
5858

59-
The federated query's default name is the same as the main table's name. To rename this query, right-click the data source in the Field List or Report Explorer and select **Manage Queries** in the context menu.
59+
The federated querys default name equals to the main tables name (the **Categories** table in this tutorial). You can rename this query in the **Manage Queries** dialog. To invoke it, right-click the data source in the **Field List** or **Report Explorer** and select **Manage Queries** in the context menu.
6060

61-
![](../../../../images/eurd-data-federation-rename-query.png)
61+
![](../../../../images/data-federation-rename-query.png)
62+
63+
The **Manage Queries** dialog appears.
64+
65+
![](../../../../images/data-federation-manage-queries-dialog.png)
66+
67+
Double-click the table name in the left menu and use the editor to change this name.
68+
69+
![](../../../../images/data-federation-change-query-name.png)
70+
71+
Besides renaming table names, you can also use the **Manage Queries** dialog to add, modify, or delete queries.
72+
73+
To add a new query, click the Add button in the left menu.
74+
75+
![](../../../../images/data-federation-add-new-query.png)
76+
77+
Double-click a table or drag-and-drop it onto the right surface to add the table to the query.
78+
79+
![](../../../../images/data-federation-add-table-to-query.png)
80+
81+
Specify the query type. Then, use the menus on the right to configure data fields for the selected or existing tables.
82+
83+
![](../../../../images/data-federation-configure-data-fields.png)
6284

6385
Once you rename the query, update the report's **Data Member** property.
6486

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,32 @@ The Wizard creates a new **FederationDataSource** that includes the single **Cus
5959

6060
![](../../../../images/DataFederationUnion-data-source-structure.png)
6161

62-
The federated query's default name equals to the first source's name (the **Customers** table in this tutorial). You can rename this query in the **Manage Queries** dialog. To invoke it, right-click the data source in the Field List or Report Explorer and select **Manage Queries** in the context menu.
62+
The federated query's default name equals to the first source's name (the **Customers** table in this tutorial). You can rename this query in the **Manage Queries** dialog. To invoke it, right-click the data source in the **Field List** or **Report Explorer** and select **Manage Queries** in the context menu.
6363

6464
![](../../../../images/DataFederationUnion-rename-query.png)
6565

66+
The **Manage Queries** dialog appears.
67+
68+
![](../../../../images/data-federation-union-manage-queries-dialog.png)
69+
70+
Double-click the table name in the left menu and use the editor to change this name.
71+
72+
![](../../../../images/data-federation-union-change-query-name.png)
73+
74+
Besides renaming table names, you can also use the Manage Queries dialog to add, modify, or delete queries.
75+
76+
To add a new query, click the Add button in the left menu.
77+
78+
![](../../../../images/data-federation-union-add-new-query.png)
79+
80+
Double-click a table or drag-and-drop it onto the right surface to add the table to the query.
81+
82+
![](../../../../images/data-federation-union-add-table-to-query.png)
83+
84+
Specify the query type. Then, use the menus on the right to configure data fields for the selected or existing tables.
85+
86+
![](../../../../images/data-federation-union-configure-data-fields.png)
87+
6688
Once you rename the query, update the report's **DataMember** property.
6789

6890
![](../../../../images/DataFederationUnion-report-data-source-property.png)
-4.84 KB
Loading
12.7 KB
Loading
26.3 KB
Loading
11.9 KB
Loading
39.8 KB
Loading
36.9 KB
Loading
12.7 KB
Loading
6.42 KB
Loading

0 commit comments

Comments
 (0)