次の方法で共有


MIMEType プロパティ

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

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

構文

'宣言
Public Property MIMEType As String
    Get
    Set
'使用
Dim instance As ImageInstance
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
MIMEType プロパティの計算値を表す string 値。

実装

IImageInstance. . :: . .MIMEType