ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / DataProcessingException.ErrorCodes Enumeration

In This Topic
    DataProcessingException.ErrorCodes Enumeration
    In This Topic
    Error codes for data processing exceptions.
    Syntax
    'Declaration
     
    Public Enum DataProcessingException.ErrorCodes 
       Inherits System.Enum
    public enum DataProcessingException.ErrorCodes : System.Enum 
    Members
    MemberDescription
    DataProviderNotFoundIndicates that the data provider was not found.
    DataProviderNotSpecifiedIndicates that the data provider was not specified.
    DataSourceNotFoundIndicates that the data source was not found.
    SharedDataSourceNotLoadedIndicates that the shared data source could not be loaded.
    Inheritance Hierarchy

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

    See Also