ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ReportStoreException.Errors Enumeration

In This Topic
    ReportStoreException.Errors Enumeration
    In This Topic
    Syntax
    'Declaration
     
    Public Enum ReportStoreException.Errors 
       Inherits System.Enum
    public enum ReportStoreException.Errors : System.Enum 
    Members
    MemberDescription
    LibraryNotFoundShared reports library was not found.
    LibraryReferenceNotFoundThe part item references the library which is not presented in the GrapeCity.ActiveReports.PageReportModel.Report.Libraries collection.
    LibraryReportItemNotFoundShared report part references the report item which can not be found in the library.
    LibraryReportPartNotFoundShared report part not found in the library.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.ReportStoreException.Errors

    See Also