Propriedade do RDL BackgroundImage.MIMEType
Gets an expression that evaluates to the MIMEType for the image.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property MIMEType As ReportStringProperty
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
A ReportStringProperty object.
Implementa
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering