Web API Edition | ComponentOne
C1.Web.Api.Report.Models Namespace / CatalogItemType Enumeration

In This Topic
    CatalogItemType Enumeration
    In This Topic
    Indicates the type of the report catalog item.
    Syntax
    'Declaration
     
    
    Public Enum CatalogItemType 
       Inherits System.Enum
    public enum CatalogItemType : System.Enum 
    Members
    MemberDescription
    FileIt's a report definition file.
    FolderIt's a folder.
    ReportIt's an SSRS report or the name of the FlexReport defined in the report definition file.
    UnknownUnknown type.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Api.Report.Models.CatalogItemType

    See Also