次の方法で共有


CatalogItem.MimeType プロパティ

レポート サーバー データベースのリソースの MIME (Multipurpose Internet Mail Extensions) の種類です。 読み取り専用です。

名前空間:  ReportService2005
アセンブリ:  ReportService2005 (ReportService2005.dll)

構文

'宣言
Public Property MimeType As String 
    Get 
    Set
'使用
Dim instance As CatalogItem 
Dim value As String 

value = instance.MimeType

instance.MimeType = value
public string MimeType { get; set; }
public:
property String^ MimeType {
    String^ get ();
    void set (String^ value);
}
member MimeType : string with get, set
function get MimeType () : String 
function set MimeType (value : String)

プロパティ値

型: System.String
レポート サーバー データベースのリソースの MIME の種類を表す String です。

説明

MimeType プロパティが含まれるのは、レポート サーバー データベースのリソースだけです。

関連項目

参照

CatalogItem クラス

ReportService2005 名前空間