MIMEType プロパティ
画像の MIME の種類を指定します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
ReadOnly Property MIMEType As ReportStringProperty
Get
'使用
Dim instance As IImage
Dim value As ReportStringProperty
value = instance.MIMEType
ReportStringProperty MIMEType { get; }
property ReportStringProperty^ MIMEType {
ReportStringProperty^ get ();
}
abstract MIMEType : ReportStringProperty
function get MIMEType () : ReportStringProperty