Partilhar via


Propriedade do RDL IImage.MIMEType

Specifies the MIME type of an image.

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

Sintaxe

'Declaração
ReadOnly Property MIMEType As ReportStringProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty value.

Consulte também

Referência

IImage Interface

Namespace Microsoft.ReportingServices.OnDemandReportRendering