IImage.MIMEType Property
Specifies the MIME type of an image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
ReadOnly Property MIMEType As ReportStringProperty
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace