[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DataBuilderException.ErrorCodes

DataBuilderException.ErrorCodes Enum

Describes possible error codes of the data engine errors.

Namespace: GrapeCity.ActiveReports.Rendering
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum DataBuilderException.ErrorCodes : byte

Fields

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.

Extension Methods