Share via


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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.

See Also

Reference

MapMarkerImage Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace