Condividi tramite


Proprietà BackgroundImage.MIMEType

Gets an expression that evaluates to the MIMEType for the image.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MIMEType As ReportStringProperty 
    Get
'Utilizzo
Dim instance As BackgroundImage 
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

Valore proprietà

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

Implementa

IImage.MIMEType

Vedere anche

Riferimento

BackgroundImage Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering