次の方法で共有


BackgroundImageInstance.MIMEType プロパティ

BackgroundImage クラスの MIMEType プロパティの計算値を取得します。

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

構文

'宣言
Public MustOverride ReadOnly Property MIMEType As String 
    Get
'使用
Dim instance As BackgroundImageInstance 
Dim value As String 

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

プロパティ値

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

実装

IImageInstance.MIMEType

関連項目

参照

BackgroundImageInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間