다음을 통해 공유


MIMEType 속성

Returns the MIME type of the image, if any.

네임스페이스:  Microsoft.ReportingServices.ReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
ReadOnly Property MIMEType As String
    Get
‘사용 방법
Dim instance As IImage
Dim value As String

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

속성 값

형식: System. . :: . .String
A string containing the MIME type of the image.