Table of Contents

FlexCelReport.ErrorsInResultFile Property

When true and there is an error reading cells in the template or writing the cells in the report, the error message will be written in the corresponding cell on the generated report. No Exception will be thrown.

You can use this property to DEBUG reports, as it provides an easy way to see all errors at once in the place they are produced. But is it recommended that you leave this property FALSE in production, or you could create xls files with error messages inside. See also DebugExpressions

Remarks

You can also set this property in the template, by writing <#ErrorsInResultFile> in the expressions column in the config sheet.

Syntax

Namespace: FlexCel.Report

public Boolean ErrorsInResultFile { get; set; }

See also