Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the MIME type of the map tile.
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 MapTile
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)
Eigenschaftswert
Typ: System.String
A string value.