次の方法で共有


ImageInstance.MIMEType プロパティ

Image クラスの MIMEType プロパティの計算値を取得または設定します。

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

構文

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

value = instance.MIMEType

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

プロパティ値

型: System.String
MIMEType プロパティの計算値を表す string 値。

実装

IImageInstance.MIMEType

関連項目

参照

ImageInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間