Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.