BaseGaugeImage.MIMEType 属性

The MIMEType of the image.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property MIMEType As ReportStringProperty
    Get
用法
Dim instance As BaseGaugeImage
Dim value As ReportStringProperty

value = instance.MIMEType
public ReportStringProperty MIMEType { get; }
public:
property ReportStringProperty^ MIMEType {
    ReportStringProperty^ get ();
}
member MIMEType : ReportStringProperty
function get MIMEType () : ReportStringProperty