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: interface-elements-for-desktop/articles/report-designer/report-designer-for-winforms/report-designer-tools/ui-panels/report-design-analyzer.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: 'Report Design Analyzer'
3
3
---
4
4
# Report Design Analyzer
5
5
6
-
The Report Design Analyzer shows errors, warnings, and information messages that help users create or enhance a report layout in the [Report Designer](../../../report-designer-for-winforms.md).
6
+
The **Report Design Analyzer** shows errors, warnings, and information messages that help you to detect and fix issues in a report.
Messages about report creation (for instance, notifications about invalid property values or unreachable sources of content).
34
+
Based on their source, report errors are divided into four groups:
35
35
36
-
***Report Scripts**
36
+
* Report layout errors – occur, for example, when report controls overlap each other or extend beyond the report’s printable area.
37
+
* Report creation errors – occur while the report document is created. For instance, it might include notifications about invalid property values or unreachable sources of content.
38
+
* Report export errors – happen while the report document is exported to PDF, XLSX, and other formats.
39
+
* Report script errors (this group is not displayed if report scripts are disabled in your application) – for example, errors in script syntax.
37
40
38
-
Messages that highlight issues in report scripts (for instance, errors in script syntax).
41
+
You can disable messages that belong to a particular source:
You can enable/disable messages of each available type ("Error", "Warning", or "Information") or any combination of them. Click the panel in the UI as shown in the image below to enable/disable messages of a corresponding type.
45
48
46
-
Each message contains a recommendation on how to correct an issue. Click the Plus icon in front of the message to expand the recommendation.
The message's **Source** column contains a reference to the control or script that caused the issue. Click the reference to navigate to this control or script.
0 commit comments