Sdílet prostřednictvím


EmbeddedImage.MIMEType Property

Gets or sets the MIME type.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MIMEType As String 
    Get 
    Set
'Usage
Dim instance As EmbeddedImage 
Dim value As String 

value = instance.MIMEType

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

Property Value

Type: System.String
The MIME type.

See Also

Reference

EmbeddedImage Class

Microsoft.ReportingServices.RdlObjectModel Namespace