Свойство MIMEType

Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.

The MIME type.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property MIMEType As ReportExpression
    Get
    Set
'Применение
Dim instance As GaugeImage
Dim value As ReportExpression

value = instance.MIMEType

instance.MIMEType = value
public ReportExpression MIMEType { get; set; }
public:
property ReportExpression MIMEType {
    ReportExpression get ();
    void set (ReportExpression value);
}
member MIMEType : ReportExpression with get, set
function get MIMEType () : ReportExpression
function set MIMEType (value : ReportExpression)