ASP.NET Web API コントロール
CatalogItemType 列挙体

C1.Web.Api.Report アセンブリ > C1.Web.Api.Report.Models 名前空間 : CatalogItemType 列挙体
レポートのカタログ項目のタイプを示します。
シンタックス
'宣言
 
Public Enum CatalogItemType 
   Inherits System.Enum
public enum CatalogItemType : System.Enum 
メンバ
メンバ解説
Fileこれは、レポート定義ファイルです。
Folderこれは、フォルダです。
Reportこれは、SSRSレポート、またはレポート定義ファイルで定義されたFlexReportの名前です。
Unknown未知のタイプ。
継承階層

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

参照

C1.Web.Api.Report.Models 名前空間