Gets or sets a value indicating whether an exception should be raised if an error occurs
while the current document generates.
If this property is false, the Generate()()()() method will return false
if errors occurred while generating, otherwise an exception will be thrown
on the first error.
Namespace:
C1.C1PreviewThe default value is false.
Assembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
[XmlAttributeAttribute("ThrowExceptionOnError")] [DefaultValueAttribute(false)] public bool ThrowExceptionOnError { get; set; } |
Visual Basic |
---|
<XmlAttributeAttribute("ThrowExceptionOnError")> _ <DefaultValueAttribute(False)> _ Public Property ThrowExceptionOnError As Boolean Get Set |
Remarks
The default value for this property is False.