Skip to content

Commit 4a6b00b

Browse files
committed
Fix markup bugs
1 parent 9b64350 commit 4a6b00b

File tree

3 files changed

+10
-13
lines changed

3 files changed

+10
-13
lines changed

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/shape-data-data-bindings/conditionally-change-a-bands-visibility-data-binding.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The steps below demonstrate how to change a band's visibility based on a field's
2323

2424
![](../../../../../images/eurd-web-conditionally-change-a-bands-visibility-add-new-rules.png)
2525
26-
Here, two rules are added.
26+
In the tutorial's report, two rules are added.
2727

2828
- Specify a condition for the rule. Click the ellipsis button for the rule's **Condition** property and specify the expression in the invoked **Formatting Rules Editor**.
2929

@@ -40,12 +40,11 @@ The steps below demonstrate how to change a band's visibility based on a field's
4040

4141
2. Apply the rule(s) to the required band(s).
4242

43-
Select a band, invoke the **Formatting Rules Editor**, and move a rule to the **Rules applied to a control** section.
43+
Select a band, invoke the **Formatting Rules Editor**, and move a rule to the **Rules applied to a control** section.
4444

45-
![](../../../../../images/change-a-bands-visibility-formatting-ruled-editor.png)
45+
![](../../../../../images/change-a-bands-visibility-formatting-ruled-editor.png)
4646

47-
48-
Here, the **formattingRule1** is applied to **SubBand1**, and the **formattingRule2** to **SubBand2**.
47+
Here, the **formattingRule1** is applied to **SubBand1**, and the **formattingRule2** to **SubBand2**.
4948

5049
The Print Preview displays how changes to band visibility influence the Product List. The **SubBand1** is used to display products that have the **Discontinuous** field set to false, and the **SubBand2** is used to display the discontinued products.
5150

interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/shape-data-expression-bindings/conditionally-change-a-bands-visibility-expression-bindings.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ The steps below demonstrate how to change a band's visibility based on a field's
2121

2222
2. In the invoked **Expression Editor**, specify the expression.
2323

24-
![4](../../../../../images/conditionally-change-a-bands-visibility-first-expression.png)
24+
![](../../../../../images/conditionally-change-a-bands-visibility-first-expression.png)
2525

26-
27-
Here, the **[Discontinued] == false** expression is set for the **SubBand1** and the **[Discontinued] == true** expression for the **SubBand2**. These expressions specify the **Visible** property based on the **Discontinued** data field's value.
26+
Here, the **[Discontinued] == false** expression is set for the **SubBand1** and the **[Discontinued] == true** expression for the **SubBand2**. These expressions specify the **Visible** property based on the **Discontinued** data field's value.
2827

2928
The **Preview** below displays how changes to band visibility influence the Product List. The **SubBand1** is used to display products that have the **Discontinued** field set to **false**, and the **SubBand2** is used to display discontinued products.
3029

interface-elements-for-web/articles/report-designer/shape-report-data/shape-data-data-bindings/conditionally-change-a-bands-visibility-data-binding.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,19 @@ The report created in this tutorial contains two Detail **sub-bands** with diffe
1515

1616
The steps below demonstrate how to change a band's visibility based on a field's value.
1717

18-
1. Create formatiing rule(s).
18+
1. Create formatting rule(s).
1919

2020
- Select the report and switch to the **Appearance** category in the **Properties** panel. Select the **Formatting rules** node and click the plus button to add a new formatting rule.
2121

2222
![](../../../../images/eurd-web-conditionally-change-a-bands-visibility-add-formating-rule.png)
2323

24-
Here, two rules are added.
24+
In the tutorial's report, two rules are added.
2525

2626
- Specify a condition for each rule. Click a rule's **Condition** property's ellipsis button. In the invoked **Expression Editor**, specify the required expression.
2727

28+
![](../../../../images/eurd-web-conditionally-change-a-bands-visibility-condition-property.png)
2829

29-
![](../../../../images/eurd-web-conditionally-change-a-bands-visibility-condition-property.png)
30-
31-
Here, the **[Discontinued] == false** expression is set for the **formattingRule1** and the **[Discontinued] == true** expression - for the **formattingRule2**.
30+
Here, the **[Discontinued] == false** expression is set for the **formattingRule1** and the **[Discontinued] == true** expression - for the **formattingRule2**.
3231

3332
- Specify the **Visible** property for the rules.
3433

0 commit comments

Comments
 (0)