ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportDefinitionException.ErrorCodes Enumeration

In This Topic
    ReportDefinitionException.ErrorCodes Enumeration
    In This Topic
    Possible error codes.
    Syntax
    'Declaration
     
    Public Enum ReportDefinitionException.ErrorCodes 
       Inherits System.Enum
    public enum ReportDefinitionException.ErrorCodes : System.Enum 
    Members
    MemberDescription
    ContentReportNonUniqReportItemNameMaster/content report cross names problem.
    InvalidIntegerRangeInvalid range.
    InvalidLengthUnitRangeInvalid range.
    PostiveNonZeroValueRequiredInvalid value.
    UnableToReadThemeTheme is not valid XML.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.ReportDefinitionException.ErrorCodes

    See Also