DesignAnalyzerOptions Properties
Contains methods that allow you to configure the Report Design Analyzer.| Name | Description |
|---|---|
| EnableErrorCodeLinks | Specifies whether to enable links for error codes in the Report Design Analyzer. |
| EnableReportCreationErrorSource | Specifies whether the Report Design Analyzer shows errors, warnings, and information messages related to report creation. |
| EnableReportExportErrorSource | Specifies whether the Report Design Analyzer shows errors, warnings, and information messages related to report export. |
| EnableReportLayoutErrorSource | Specifies whether the Report Design Analyzer shows errors, warnings, and information messages related to the report layout. |
| EnableReportScriptsErrorSource | Specifies whether the Report Design Analyzer shows errors, warnings, and information messages related to report scripts. |
| ShowErrors | Specifies whether the Report Design Analyzer shows messages of the “Error” type. |
| ShowMessages | Specifies whether the Report Design Analyzer shows messages of the “Information” type. |
| ShowNotificationPopup | Specifies whether to show a notification popup with errors that occured during report creation. |
| ShowWarnings | Specifies whether the Report Design Analyzer shows messages of the “Warning” type. |
| SuppressedErrorCodes | Contains a collection of error codes used to disable messages associated with them. |
See Also