Gets or sets a value indicating whether to add messages to the
current document's Warnings collection
when script errors are found.
Namespace:
C1.C1PreviewThe default value is false.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[DefaultValueAttribute(false)] [XmlAttributeAttribute("AddWarningsWhenErrorInScript")] public bool AddWarningsWhenErrorInScript { get; set; } |
Visual Basic |
---|
<DefaultValueAttribute(False)> _ <XmlAttributeAttribute("AddWarningsWhenErrorInScript")> _ Public Property AddWarningsWhenErrorInScript As Boolean Get Set |
Remarks
The default value for this property is False.