Skip to content

Commit 4bc9d3e

Browse files
Merge pull request #124 from serge-andreyev/master
Report Designer: PDF controls and legacy content removal
2 parents 0f95d55 + 8e5b07f commit 4bc9d3e

File tree

181 files changed

+672
-2004
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+672
-2004
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,3 @@ The following tutorials illustrate how to bind a report to various data sources:
1919
* [Bind a Report to a Join-Based Federated Data Source](bind-to-data\bind-a-report-to-a-join-based-federated-data-source.md)
2020
* [Bind a Report to a Union-Based Federated Data Source](bind-to-data\bind-a-report-to-a-union-based-federated-data-source.md)
2121
* [Bind a Report to a Federated Master-Detail Data Source](bind-to-data\bind-a-report-to-a-federated-master-detail-data-source.md)
22-
23-
The following topics describe how to bind report controls to data:
24-
25-
* [Data Binding Modes](bind-to-data/data-binding-modes.md)
26-
* [Bind Report Controls to Data (Expression Bindings)](bind-to-data/bind-controls-to-data-expression-bindings.md)
27-
* [Bind Report Controls to Data (Data Bindings)](bind-to-data/bind-controls-to-data-data-bindings.md)
28-
* [Use Embedded Fields (Mail Merge)](bind-to-data/use-embedded-fields-mail-merge.md)
29-
* [Update Report Data Bindings](bind-to-data/update-report-data-bindings.md)

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/bind-controls-to-data-data-bindings.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/bind-to-data/data-binding-modes.md

Lines changed: 0 additions & 117 deletions
This file was deleted.

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/invoices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Do the following to evaluate an extended price based on the price, quantity and
106106

107107

108108
## <a name="format"></a>Format Data
109-
The next step is to specify report elements' [value formatting](../shape-report-data/shape-data-expression-bindings/format-data.md) to improve displaying their incoming data.
109+
The next step is to specify report elements' [value formatting](../shape-report-data/format-data.md) to improve displaying their incoming data.
110110

111111
1. In the master report's Detail band, select controls bound to date fields while holding down CTRL or SHIFT. Switch to the [Property Grid](../report-designer-tools/ui-panels/property-grid-tabbed-view.md) and click the **Text Format String** property's ellipsis button. In the invoked **Format String Editor**, activate the **DateTime** category and select the format, for example, display dates as a month (name) followed by the day (number) and year (four digits).
112112

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/labels-and-badges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This tutorial describes the steps to create a label report that contains employe
2424

2525
![](../../../../images/eurd-win-label-report-layout.png)
2626

27-
If required, you can apply [mail merge](../bind-to-data/use-embedded-fields-mail-merge.md) to combine several fields within the same [Label](../use-report-elements/use-basic-report-controls/label.md) control.
27+
If required, you can apply [mail merge](../use-report-elements/use-embedded-fields-mail-merge.md) to combine several fields within the same [Label](../use-report-elements/use-basic-report-controls/label.md) control.
2828

2929
For the [Picture Box](../use-report-elements/use-basic-report-controls/picture-box.md) control, you can set its **Sizing** property to **Zoom Image**.
3030

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/master-detail-reports-with-detail-report-bands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This tutorial illustrates how to display hierarchical data in a master-detail re
2929
> [!NOTE]
3030
> You should drag-and-drop fields from the category corresponding to the master-detail relationship to correctly generate the detail report's data. Otherwise, the report will display only the first record of the detail table as many times as there are records in this table.
3131
32-
6. If required, customize the report's [appearance](../customize-appearance.md) and [format values](../shape-report-data/shape-data-expression-bindings/format-data.md).
32+
6. If required, customize the report's [appearance](../customize-appearance.md) and [format values](../shape-report-data/format-data.md).
3333

3434
Switch to [Print Preview](../preview-print-and-export-reports.md) to see the resulting report.
3535

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/master-detail-reports-with-subreports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This tutorial demonstrates how to create a master-detail report using the [Subre
6161

6262
![](../../../../images/eurd-win-master-report-subreport-parameter-binding-editor.png)
6363

64-
5. If required, customize the report's [appearance](../customize-appearance.md) and [format values](../shape-report-data/shape-data-expression-bindings/format-data.md).
64+
5. If required, customize the report's [appearance](../customize-appearance.md) and [format values](../shape-report-data/format-data.md).
6565

6666
## <a name="result"></a>View the Result
6767

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/create-reports/multi-column-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ In the above image, the report data in the Detail band is contained within a [Pa
6868

6969
![](../../../../images/eurd-win-multi-column-panel-borders-property.png)
7070

71-
You can also specify a custom background color for the Panel. To learn how to change this color dynamically (based on the report's underlying data), see [Conditionally Change a Control's Appearance](../shape-report-data/shape-data-expression-bindings/conditionally-change-a-control-appearance.md).
71+
You can also specify a custom background color for the Panel. To learn how to change this color dynamically (based on the report's underlying data), see [Conditionally Change a Control's Appearance](../shape-report-data/specify-conditions-for-report-elements/conditionally-change-a-control-appearance.md).
7272

7373
When the report data is [grouped](../shape-report-data/group-and-sort-data/group-data.md) (as in the above image), and the **First Down, then Across** multi-column layout is used, you can make each group start on a new column. To do this, set the **Page Break** property of the Group Footer to **After the Band** or **After the Band, Except for the Last Entry**. When there is no data to display in the Group Footer, set the band height to zero.
7474

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance/appearance-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ To reset values of these properties, click the property marker in the Property G
4747

4848
![AppearanceProperties_1](../../../../images/eurd-win-appearance-properties-reset.png)
4949

50-
If a report element has a [style](report-visual-styles.md) assigned to it, the priority of the properties defined by this style is determined by the **StylePriority** property. Note that when a [conditional formatting](..\shape-report-data\shape-data-expression-bindings\conditionally-change-a-control-appearance.md) is involved, the appearance it defines is of greater priority than the properties described above.
50+
If a report element has a [style](report-visual-styles.md) assigned to it, the priority of the properties defined by this style is determined by the **StylePriority** property. Note that when a [conditional formatting](..\shape-report-data\specify-conditions-for-report-elements\conditionally-change-a-control-appearance.md) is involved, the appearance it defines is of greater priority than the properties described above.

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/customize-appearance/report-visual-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Nested elements inherit their parent element's style if they do not have an appl
7272
You can specify a different value for a report element's appearance property to override the corresponding property value in the report element's style.
7373

7474
> [!NOTE]
75-
> If you apply [conditional formatting](..\shape-report-data\shape-data-expression-bindings\conditionally-change-a-control-appearance.md), its appearance property values have a higher priority than both the individually specified properties and the style's properties.
75+
> If you apply [conditional formatting](..\shape-report-data\specify-conditions-for-report-elements\conditionally-change-a-control-appearance.md), its appearance property values have a higher priority than both the individually specified properties and the style's properties.
7676
7777
## Reuse Styles
7878

0 commit comments

Comments
 (0)