Skip to main content
All docs
V23.2

DesignAnalyzerOptions Members

Contains methods that allow you to configure the Report Design Analyzer.

Constructors

Name Description
DesignAnalyzerOptions() Initializes a new instance of the DesignAnalyzerOptions class.

Properties

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.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also