MIMEType 屬性
Gets an expression that evaluates to the MIMEType for the image.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public ReadOnly Property MIMEType As ReportStringProperty
Get
'用途
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
屬性值
型別:Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportStringProperty
A ReportStringProperty object.