Свойство MIMEType
Returns the MIME type of the image, if any.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
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.
См. также