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.
Gets an expression that represents the MIME type value 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 Image
Dim value As ReportStringProperty
value = instance.MIMEType
public ReportStringProperty MIMEType { get; }
public:
virtual property ReportStringProperty^ MIMEType {
ReportStringProperty^ get () sealed;
}
abstract MIMEType : ReportStringProperty
override MIMEType : ReportStringProperty
final function get MIMEType () : ReportStringProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object that represents the MIME type value for the image.
Implements
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace