Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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