ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataBuilderException.ErrorCodes Enumeration

In This Topic
    DataBuilderException.ErrorCodes Enumeration
    In This Topic
    Describes possible error codes of the data engine errors.
    Syntax
    'Declaration
     
    Public Enum DataBuilderException.ErrorCodes 
       Inherits System.Enum
    public enum DataBuilderException.ErrorCodes : System.Enum 
    Members
    MemberDescription
    CyclicSubreportReferencesReport uses itself as subreport.
    DataSetNotFoundThe data set name specified for the data region is not found in the report.
    DataSetNotSpecifiedDataSet name is not specified for the data region.
    NoDataSetsThere are no data sets defined in the report.
    SubreportNotFoundUnable to locate subreport specified in the report.
    SubreportNotSpecifiedSubreport name is not specified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.DataBuilderException.ErrorCodes

    See Also