[]
Describes possible error codes of the data engine errors.
public enum DataBuilderException.ErrorCodes : byte
| Name | Description |
|---|---|
| CyclicSubreportReferences | Report uses itself as subreport. |
| DataSetNotFound | The data set name specified for the data region is not found in the report. |
| DataSetNotSpecified | DataSet name is not specified for the data region. |
| NoDataSets | There are no data sets defined in the report. |
| SubreportNotFound | Unable to locate subreport specified in the report. |
| SubreportNotSpecified | Subreport name is not specified. |