Image.MIMEType プロパティ
画像の MIME の種類の値を表す式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property MIMEType As ReportStringProperty
Get
'使用
Dim instance As Image
Dim value As ReportStringProperty
value = instance.MIMEType
public ReportStringProperty MIMEType { get; }
public:
virtual property ReportStringProperty^ MIMEType {
ReportStringProperty^ get () sealed;
}
abstract MIMEType : ReportStringProperty
override MIMEType : ReportStringProperty
final function get MIMEType () : ReportStringProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
画像の MIME の種類の値を表す ReportStringProperty オブジェクト。