You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reporting-for-desktop/articles/report-designer/report-designer-for-winforms/preview-print-and-export-reports.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,45 +46,45 @@ When you export a report to PDF, the report elements have no role. Assistive sof
46
46
47
47
Set the control’s **Accessible Role** property to **Heading 1 - Heading 6** before you export a report.
48
48
49
-

49
+

50
50
51
51
In the PDF Export Options dialog, set the **PDF/UA Compatibility** property to **PDF/UA1** to conform the exported PDF document to PDF/UA specification. Then, export the report to PDF format.
52
52
53
53
The image below shows the result. **Accessible Role** is set to **Heading 2**, and the screen reader treats **Label** as a “level two” heading in the exported document:
54
54
55
-

55
+

56
56
57
57
#### Define Table Accessible Role
58
58
59
59
You can specify how Table should be treated by screen readers in the exported PDF document. For this, set the control's **Accessible Role** property to **Table** before you export a report.
60
60
61
-

61
+

62
62
63
63
In the PDF Export Options dialog, set the **PDF/UA Compatibility** property to **PDF/UA1** to conform the exported PDF document to PDF/UA specification. Then, export the report to PDF format.
64
64
65
65
The image below shows the result. **Accessible Role** is set to **Table**, and the screen reader treats Table as a table in the exported document:
66
66
67
-

67
+

68
68
69
69
#### Define Table Row Accessible Role
70
70
71
71
You can specify how Table Row should be treated by screen readers in the exported PDF document.
72
72
73
73
Before you export a report, set the **Table**'s **Accessible Role** property to **Table** to define a control as a table. Then, specify **Table Row**'s **Accessible Role**:
74
74
75
-

75
+

76
76
77
77
In the PDF Export Options dialog, set the **PDF/UA Compatibility** property to **PDF/UA1** to conform the exported PDF document to PDF/UA specification. Then, export the report to PDF format.
78
78
79
79
The image below shows the result. **Table Row**'s **Accessible Role** is set to **Table Header Row**, and the screen reader treats **Table Row** as a header row of the table in the exported document:
80
80
81
-

81
+

82
82
83
83
#### Define Table Cell Accessible Role
84
84
85
85
Before you export a report, set the **Table**'s **Accessible Role** property to **Table** to define a control as a table. Then, specify the **Table Cell**'s **Accessible Role** property:
86
86
87
-

87
+

88
88
89
89
> [!NOTE]
90
90
> **Accessible Role** is not in effect for cells merged with the Cell's **Row Span** property.
@@ -93,4 +93,4 @@ In the PDF Export Options dialog, set the **PDF/UA Compatibility** property to *
93
93
94
94
The image below shows the result. **Table Cell**'s b is set to **Table Header Cell**, and the screen reader treats Table Cell with "Bill to:" text as a header cell in the exported document:
95
95
96
-

96
+

Copy file name to clipboardExpand all lines: reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/calculate-summaries/calculate-carriedforward-broughtforward.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Carried Forward/Brought Forward summaries refer to the practice of automatically
10
10
11
11
As the following image illustrates, calculated running summaries are transferred from the report’s page footer to the header of the next page. Values are calculated for the group and are specified by the user. It can involve grouping by monthly expenses, or grouping by month with the cumulative balance of total expenses.
Copy file name to clipboardExpand all lines: reporting-for-desktop/articles/report-designer/report-designer-for-winforms/shape-report-data/specify-conditions-for-report-elements/display-average-values-in-charts.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,16 @@ The following tutorial explains how to bind a chart’s constant line to an expr
10
10
11
11
Select the **Chart** control. The “f” button appears next to the selection. Click this button to invoke the Expression Editor:
12
12
13
-

13
+

14
14
15
15
In the invoked editor, specify the following expression for the **Axis Value** property and click OK.
16
16
17
17
`[CategoriesProducts].Avg([UnitPrice])`
18
18
19
-

19
+

20
20
21
21
## See the Result
22
22
23
23
Run the application. Constant lines show average product prices in each category.
0 commit comments