MapMarkerImage.MIMEType Property

Gets the MIME type for the image.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MIMEType As ReportStringProperty
    Get
'Usage
Dim instance As MapMarkerImage
Dim value As ReportStringProperty

value = instance.MIMEType
public ReportStringProperty MIMEType { get; }
public:
property ReportStringProperty^ MIMEType {
    ReportStringProperty^ get ();
}
member MIMEType : ReportStringProperty
function get MIMEType () : ReportStringProperty