共用方式為


IImage.MIMEType 屬性

Specifies the MIME type of an image.

命名空間:  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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty value.

請參閱

參考

IImage 介面

Microsoft.ReportingServices.OnDemandReportRendering 命名空間