次の方法で共有


Image.MIMEType プロパティ

画像の MIME の種類を返します。 MIMEType は、image/bmp、image/jpeg、image/x-png、image/png、image/gif のいずれかである必要があります。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public Property MIMEType As String 
    Get 
    Set
'使用
Dim instance As Image 
Dim value As String 

value = instance.MIMEType

instance.MIMEType = value
public string MIMEType { get; set; }
public:
virtual property String^ MIMEType {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract MIMEType : string with get, set 
override MIMEType : string with get, set
final function get MIMEType () : String 
final function set MIMEType (value : String)

プロパティ値

型: System.String

画像の MIME の種類を表す string です。 返される値は、次の有効値のいずれかである必要があります。

  • image/bmp

  • image/jpeg

  • image/x-png

  • image/png

  • image/gif

実装

IImage.MIMEType

説明

実装

IImage.MIMEType

関連項目

参照

Image クラス

Microsoft.ReportingServices.ReportRendering 名前空間